-
- Veteran
- Posts: 472
- Liked: 59 times
- Joined: Dec 14, 2015 9:42 pm
- Contact:
Backing Up To Multiple Destinations
I was looking at these two links today and I was wondering if it is possible to script VEEAM Endpoint Backup 1.5 to do a Full Backup to a second location? I really like this new feature but I don't want to have to do it manually every day or so, and that is where a Windows Scheduler script would come in handy.
https://helpcenter.veeam.com/endpoint/1 ... ation.html
veeam-endpoint-backup-f33/feature-reque ... 24620.html
https://helpcenter.veeam.com/endpoint/1 ... ation.html
veeam-endpoint-backup-f33/feature-reque ... 24620.html
-
- Influencer
- Posts: 22
- Liked: 4 times
- Joined: Jul 27, 2015 1:16 am
- Contact:
Re: Backing Up To Multiple Destinations
You can use B+R repositories to create Backup Copy jobs to another location.
-
- Product Manager
- Posts: 14720
- Liked: 1705 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Backing Up To Multiple Destinations
Hi,
Check Performing Backup with Command Line Interface article. You can create a standalone full backup to local folder or shared folder via cmd, so it’s possible to set a customer script and add in to task scheduler.
Check Performing Backup with Command Line Interface article. You can create a standalone full backup to local folder or shared folder via cmd, so it’s possible to set a customer script and add in to task scheduler.
-
- Veteran
- Posts: 472
- Liked: 59 times
- Joined: Dec 14, 2015 9:42 pm
- Contact:
Re: Backing Up To Multiple Destinations
@Togenshi The company is a small business, they can't afford B&R. If they could afford it I would of course recommend it as it is a good product, we use it for all the virtuals servers on RAID arrays.
@Dima This is excellent! Is it also possible to do a one off full backup to a location (as a starting reference) and then do an incremental to the same location using a script? I tried this script but it didn't work:
@Dima This is excellent! Is it also possible to do a one off full backup to a location (as a starting reference) and then do an incremental to the same location using a script? I tried this script but it didn't work:
Code: Select all
C:\Windows\system32>"C:\Program Files\Veeam\Endpoint Backup\Veeam.EndPoint.Manager.exe" /backup C:\secondbackuplocation\
Code: Select all
[09.05.2016 10:58:01] <01> Error Invalid args: unknown argument [C:\secondbackuplocation]
-
- Product Manager
- Posts: 14720
- Liked: 1705 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Backing Up To Multiple Destinations
Have you created this folder prior the script execution?C:\secondbackuplocation\
-
- Veteran
- Posts: 472
- Liked: 59 times
- Joined: Dec 14, 2015 9:42 pm
- Contact:
Re: Backing Up To Multiple Destinations
Yes I also tried C:\secondbackuplocation\ within quotation marks.
-
- Product Manager
- Posts: 14720
- Liked: 1705 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Backing Up To Multiple Destinations
Now I get it - you are trying to use the /backup key (for incremental backup) in conjunction with backup to another location key which is impossible.
You can create an incremental ad-hoc backup to the location specified in the job settings or you can create a full backup to the desired location.
For last option, you should use this command:
You can create an incremental ad-hoc backup to the location specified in the job settings or you can create a full backup to the desired location.
For last option, you should use this command:
Code: Select all
"C:\Program Files\Veeam\Endpoint Backup\Veeam.EndPoint.Manager.exe" /standalone C:\secondbackuplocation\
-
- Veteran
- Posts: 472
- Liked: 59 times
- Joined: Dec 14, 2015 9:42 pm
- Contact:
Re: Backing Up To Multiple Destinations
Thank you for the confirmation Dima
Who is online
Users browsing this forum: No registered users and 24 guests