How can I schedule a daily backup of all my web files to be emailed to me?
- Log onto your control panel and select the domain you wish to backup databases for.
- Click on "Scheduled Tasks" Icon > System User
- Click "Schedule a Task" Icon
- To run a task at 2.01am every day enter the following information.
Enabled: Check this box
Minute: 1
Hour: 2
Day of the Month: *
Day of the Week: *
Command: /bin/tar -zc /var/www/vhosts/YOURDOMAIN.COM.AU/httpdocs | uuencode siteBackp.tar.gz | mail -s "Site Backup" youremail@domain.com.au
Substitute the appropriate values for YOURDOMAIN.COM.AU and youremail@domain.com.au **EXACTLY** as shown above.