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!