Hello How can i schedule a daily full site backup? The server is used for shared hosting and i can login as root and i want to auto backup every account daily. Thank you Also how can i create a root ftp account that i can view all accounts from there and backup data ? I was try using the whm login info but it doesn't work....
These might help: http://forums.cpanel.net/f5/how-manage-daily-backup-schedule-time-46374.html http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/ http://forums.knownhost.com/showthread.php?t=601
I don't need a complete backup. I want for a backup for each account so i can restore only one account when i want.... I want to be able to login to the customer cpanel as root.... I was try my root username and password but nothing...
Ok thanks Also i think in the server is something like this: /home/domain1.com/public_html/userfiles1 /home/domain2.com/public_html/userfiles2 /home/domain3.com/public_html/userfiles3 And so on .... How can i login from ftp and view the home directory as my root username and password don't work... Thank you
...which would back up /home tar xzvf full_site_backup.tar.gz Code (markup): ...which would restore the back up.