About This Site

I'm a Tech Guy for over 30 Years Knowledge of Computers, Networks, PC Gadgets. This site is to be used to share some of my knowledge and reviews

Error Adding Backup Drive For Windows Backup Server

Get the error:

“The filename, directory name, or volume label syntax is incorrect”

This article explains options. The 3rd option is one needed if you don’t want to connect all the backup drives at once or cannot:

 

Add a new disk to the backup schedule by running the wbadmin command from an elevated command prompt.

Run the following command from an elevated command prompt to determine the Disk Identifier of the new disk:

wbadmin get disks

Based on the output, locate the disk that will be added to the scheduled backup. Make a note of the Disk Identifier. The output will resemble the following:
Disk name: xxxxxxxxxxx
Disk number: x
Disk identifier: {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
Total space: xxx.xx GB
Used space : xxx.xx GB
Run the following command to add the new disk to the Scheduled backup.  Use the Disk Identifier from the previous step as the “AddTarget” parameter. (MAKE SURE ITS THE BACKUP DRIVE ID YOU USE AND NOT THE SOURCE)

WBADMIN ENABLE BACKUP -addtarget:{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}

When you receive the following prompt, type Y for Yes.
“Do you want to enable scheduled backups with the above settings?”

 

AMENDMENT:

Seems this issue is with Server 2008,2008R2. There is no issue in Server 2012 or 2016

Comments are closed.