Download Veeam

KB ID 0001724

Download Veeam

At PNL we have always championed Veeam, below are our links to download Veeam, Theres no surprise it’s the market leader in backup and recovery, it came onto the market when backups were a major IT headache. I can remember having to change nearly 30 different server tapes (a day) and from 09:00 to probably lunch time every day I was fixing backup issues. (Simply Download Veeam and give it a trial!)

Now we still have backup issues, (don’t get me wrong) but with the correct product and some planning, design and forethought Backups these days are less painful and that’s due in no small part to the Veeam product suite.

Disclaimer: This is an affiliate sponsored document. By downloading Veeam products from these links you will support the upkeep of this site.

Veeam Backup and Recovery Download

B&R The one you are probably looking for!
This product is for all Virtualised and Physical environment based servers. It is the backup product that we use and stand behind.

Veeam Availability Suite Download

VAS adds Veeam ONE advanced monitoring, reporting and capacity-planning functionality to your B&R environment.

Veeam Backup For Office 365 Download

Want to quickly restore Office 365 emails, files, sites and Teams data ? You need to use Veeam Backup for Office 365

Veeam Backup For Azure Download

Backup and restore workloads within Microsoft Azure. Note: Part of ‘Veeam Platform for cloud’, for seamless Cloud Mobility and data portability.

Veeam Backup for AWS Download

Manage, protect, and recover workloads within Azure AWS.

Why Buy Veeam?

A myriad of reasons;

  • Supports vSphere and Hyper-V
  • Instant VM recovery (from backup media into production)
  • Replication is included (often overlooked but this gives you a faster recovery method in the event of hardware failure and can also be used to recover files from). The product is called ‘Backup and Replication’ after all!
  • Instant file level recovery.
  • Application Aware backups (Exchange, SQL).
  • Simple offsite backup.
  • Built in compression and deduplication.
  • Simple to deploy and monitor.
  • Hardware agnostic.

Related Articles, References, Credits, or External Links

Veeam: Backup to Public Cloud?

Veeam: Restore / Migrate a VM to Azure

Veeam: Virtual Labs & SureBackup

Veeam: Restore/Migrate vSphere VM to Hyper-V

Creating a ‘Seeded’ Veeam Replication Job

Using Azure Site Recovery for Migrations

Migrate a VM from vCenter to Azure

Tracking Affiliate Advertising Clicks in Google Analytics

KB ID 0000632

Problem

Google Analytics is great at telling you what’s coming into your site, but it’s not designed to tell you what’s going out. For the most part that’s OK, but what if you have affiliate adverts, and you want to track if your visitors are clicking on them, or you want to find out which ones are NOT getting clicked on so you can drop them.

Solution

1. First you need to delay the result of the ‘click’ by a tiny amount, your visitor will not notice but it gives time for the javascript tracking code to load, before the visitor has clicked and is off on their merry way. On the page in question locate your Analytics tracking code.

Note: This is just for the new ‘asynchronous’ version of the code, for the old version see this post.

2. Paste in the code AFTER your Analytics code. Change the Analytics tracking code account number (shown below as UA-123456-1), to your own!

[box]

<script type="text/javascript">
function recordOutboundLink(link, category, action) {
  try {
    var pageTracker=_gat._getTracker("UA-123456-1");
    pageTracker._trackEvent(category, action);
    setTimeout('document.location = "' + link.href + '"', 100)
  }catch(err){}
}
</script>

[/box]

Like so;

3. Then add the following to your advert/link.

[box]

<a rel="nofollow" href="http://www.affiliate.com" onclick="recordOutboundLink(this, 'Affiliate Ad', 'Advert1');return false;"></a>

[/box]

Like so;

4. Log into Google Analytics > Content > Events > Overview.

Related Articles, References, Credits, or External Links

Can’t see Google Ads!