backing up the E partition in addition to C

Hello

I'm currently using the following command as a batch file and a scheduled task to backup our 2008 R2 server to our remote storage server. 

Wbadmin start backup -backupTarget:\\remote\backup\oreo -include:C: -allcritical -vssFull -quiet

I'd like to also backup its second partition the D drive.

Do I just add another line in the batch file for the D partition as below or is there a better way?

Wbadmin start backup -backupTarget:\\remote\backup\oreo -include:C: -allcritical -vssFull -quiet

Wbadmin start backup -backupTarget:\\remote\backup\oreo -include:D: -allcritical -vssFull -quiet



August 23rd, 2015 7:31pm

Hi,  you can use this command in one line which is 

Wbadmin start backup -backupTarget:\\remote\backup\oreo -include:C:,D: -allcritical -vssFull -quiet

you can see I tried this command for two drives..

Free Windows Admin Tool Kit Click here and download it now
August 24th, 2015 3:25am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics