Standalone backup agent for Microsoft Windows servers and workstations (formerly Veeam Endpoint Backup FREE)
Post Reply
AlexLeadingEdge
Veteran
Posts: 456
Liked: 58 times
Joined: Dec 14, 2015 9:42 pm
Contact:

Backing Up To Multiple Destinations

Post by AlexLeadingEdge »

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
togenshi
Influencer
Posts: 22
Liked: 4 times
Joined: Jul 27, 2015 1:16 am
Contact:

Re: Backing Up To Multiple Destinations

Post by togenshi »

You can use B+R repositories to create Backup Copy jobs to another location.
Dima P.
Product Manager
Posts: 14396
Liked: 1568 times
Joined: Feb 04, 2013 2:07 pm
Full Name: Dmitry Popov
Location: Prague
Contact:

Re: Backing Up To Multiple Destinations

Post by Dima P. »

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.
AlexLeadingEdge
Veteran
Posts: 456
Liked: 58 times
Joined: Dec 14, 2015 9:42 pm
Contact:

Re: Backing Up To Multiple Destinations

Post by AlexLeadingEdge »

@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:

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]
Dima P.
Product Manager
Posts: 14396
Liked: 1568 times
Joined: Feb 04, 2013 2:07 pm
Full Name: Dmitry Popov
Location: Prague
Contact:

Re: Backing Up To Multiple Destinations

Post by Dima P. »

C:\secondbackuplocation\
Have you created this folder prior the script execution?
AlexLeadingEdge
Veteran
Posts: 456
Liked: 58 times
Joined: Dec 14, 2015 9:42 pm
Contact:

Re: Backing Up To Multiple Destinations

Post by AlexLeadingEdge »

Yes :) I also tried C:\secondbackuplocation\ within quotation marks.
Dima P.
Product Manager
Posts: 14396
Liked: 1568 times
Joined: Feb 04, 2013 2:07 pm
Full Name: Dmitry Popov
Location: Prague
Contact:

Re: Backing Up To Multiple Destinations

Post by Dima P. »

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:

Code: Select all

"C:\Program Files\Veeam\Endpoint Backup\Veeam.EndPoint.Manager.exe" /standalone C:\secondbackuplocation\
AlexLeadingEdge
Veteran
Posts: 456
Liked: 58 times
Joined: Dec 14, 2015 9:42 pm
Contact:

Re: Backing Up To Multiple Destinations

Post by AlexLeadingEdge »

Thank you for the confirmation Dima :)
Post Reply

Who is online

Users browsing this forum: No registered users and 27 guests