Difference between revisions of "Backup VMware VMs"
From zen2
m (1 revision) |
|
(No difference)
| |
Latest revision as of 08:08, 25 July 2013
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
