-
- Influencer
- Posts: 15
- Liked: 1 time
- Joined: Oct 15, 2013 11:54 pm
- Full Name: Brian McDonald
- Contact:
Copy Backup to External USB Drives
Im just trying to understand how my GFS archives will work with multiple (2) USB hard drives. Im running a backup copy job that is set to keep 4 weekly, 12 monthly , and 3 yearly. My question is what is the best method to accomplish this with rotating 2 USB drives weekly, so that the drives will essentially contain the same data. I guess where im confused is when i bring in the second drive, how would veeam be able to create a week old backup on the new drive, do i have to set my regular backup jobs to contain a certain amount of restore points?
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Copy Backup to External USB Drives
Not sure GFS is applicable to the weekly rotated drives scenario at all. Each time the new drive is inserted, the jobs will start the new backup chain and create the new full backup from scratch, dropping retention counters.
-
- Product Manager
- Posts: 20413
- Liked: 2301 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Copy Backup to External USB Drives
You can point a backup copy job to a local repository and, then, copy resulting GFS backups to rotated drives via some copying tool, such as Rsync or similar. Thanks.
-
- Influencer
- Posts: 15
- Liked: 1 time
- Joined: Oct 15, 2013 11:54 pm
- Full Name: Brian McDonald
- Contact:
Re: Copy Backup to External USB Drives
Ok, i can try this method and see if it works, there is a registry change that had to be made awhile back regarding the vbk file being updated by veeam, and rsync picking this up everytime due to the change. Does this still apply to version 7? KB1193
And if i make this change referenced in the KB does this affect my local backup resotre points in anyway?
And if i make this change referenced in the KB does this affect my local backup resotre points in anyway?
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Copy Backup to External USB Drives
You do not need to deal with this name changing as GFS restore points names do not change after they are created. You can just script to copy only those VBK files that are older than the latest one (the one from the regular backup chain).
-
- Influencer
- Posts: 15
- Liked: 1 time
- Joined: Oct 15, 2013 11:54 pm
- Full Name: Brian McDonald
- Contact:
Re: Copy Backup to External USB Drives
Does anyone have a recommended tool for windows to do the sync, I've seen various versions of a "windows" rsync, not sure if there is a more preferred?
-
- Veeam Software
- Posts: 21139
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Copy Backup to External USB Drives
Allway Sync was previously mentioned here as an alternative to rsync for Windows. Worth a try.
-
- Product Manager
- Posts: 20413
- Liked: 2301 times
- Joined: Oct 26, 2012 3:28 pm
- Full Name: Vladimir Eremin
- Contact:
Re: Copy Backup to External USB Drives
As to finding .vbk files older than a specific date, you can use the following PS one-liner; just replace 7 with whatever number of days you want to (older than):
Thanks.
Code: Select all
Get-Childitem -Path "Directory\*.vbk" | where {$_.LastWriteTime -le (Get-date).AddDays(-7)}
Who is online
Users browsing this forum: Amazon [Bot], Google [Bot], massimiliano.rizzi, Semrush [Bot] and 115 guests