You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When I schedule the backup job using the same configuration file, the job fails with:
***WARNING - vm not found: vm-export="
The job completes using the exact .py and .cfg files. The preview also succeeds.
This is the cron job syntax I use:
25 10 * * TUE /usr/bin/python /Snapshots/VmBackup.py mypassword \ /Snapshots/MyConfig.cfg >> /Snapshots/Backups/ScheduledVmBackup.log 2>&1
Thank you in advance for any help!
The text was updated successfully, but these errors were encountered:
Does your VM contain any spaces or special characters? If so is it quoted properly?
You should not need to escape the leading path "/" character for the configuration file path in your cron entry, though it probably doesn't hurt anything.
Hello,
When I schedule the backup job using the same configuration file, the job fails with:
***WARNING - vm not found: vm-export="
The job completes using the exact .py and .cfg files. The preview also succeeds.
This is the cron job syntax I use:
25 10 * * TUE /usr/bin/python /Snapshots/VmBackup.py mypassword \ /Snapshots/MyConfig.cfg >> /Snapshots/Backups/ScheduledVmBackup.log 2>&1
Thank you in advance for any help!
The text was updated successfully, but these errors were encountered: