Link to home
Start Free TrialLog in
Avatar of oasistechnical
oasistechnical

asked on

Windows Server Backup Error

When I try setup a schedule backup to a Network storage device using windows Server backup I fill in all the information required and then when it gets to the end of the wizard i get an error saying " the task xml contains a value which is incorrectly formatted or out of range"

Please help?
Avatar of uescomp
uescomp
Flag of Afghanistan image

That usually states the external drive setup has an either in a FAT32 format and needs to be NTFS or you dont have permissions to the drive to access.  Also the drive letter might be incorrect, double check your paths and make sure the drive letter or folder your backing up to exists and the permissions to access those.
Try using the WBADMIN cmd line to back it up & see if it works:

WBADMIN START BACKUP -backupTarget:f: -include:c: -allCritical -vssFull -quiet

If it does work for you I'd make sure the server is all up to date on the Windows Updates.
Avatar of oasistechnical
oasistechnical

ASKER

The external Drive is NTFS and i do have full permission to it as i can access it and create/Delete files on it

I tired the above solution and it does start to backup, So how can I schedule that?
ASKER CERTIFIED SOLUTION
Avatar of wantabe2
wantabe2
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Great thanks for that here it is below

WBADMIN START BACKUP -backupTarget:\\192.168.0.253\exchange -include:c: -allCritical -vssFull -quiet