Error message while Setting up a backup from within the ADMS Console

Asked By 60 points N/A Posted on -
qa-featured

Hi Friends,

Setting up a backup from within the ADMS Console you get this error message.

Failed to create full backup task.

And setting up an incremental backup gives you the "Failed to create incremental backup task"

Thank you very much.

SHARE
Answered By 30 points N/A #140240

Error message while Setting up a backup from within the ADMS Console

qa-featured
Hello there,
 
This is a known bug and hopefully will be fixed soon. It happens because the commandt5hat's sent to the Task Scheduler is using the wrong date format.
 
While waiting for the fix to come out, there are a few workarounds.
 
  • You can manually create the task in Windows Task Scheduler as the simplest and the quickest solution.
 
  • There is a script that will modify the dates so they'll fit the requirements:
    schtasks.exe /Create /SC WEEKLY /D SUN /TN "Vault Full Backup" /TR ""*drive*:libDebugVaultFullBackup.bat"" /ST *HH:MM:SS* /SD *MM/DD/YYYY*
    Run it via Start-Run and change the values to the suitable ones.

 

  • Or if you don't mind, you can change the locale of the Vault Server to one with a MM/DD/YYYY format (e.g. English US).

Related Questions