Backup VMware VMs
From zen2
The Script
Add Script to Cron
This will edit roots cron:
sudo crontab -e
Put in the time you want and the script:
45 0 * * * bash /usr/local/bin/vmware-backup.sh
This will edit roots cron:
sudo crontab -e
Put in the time you want and the script:
45 0 * * * bash /usr/local/bin/vmware-backup.sh