Backup databases and files

hm2k

Well-Known Member
Jul 19, 2005
93
0
156
I have a customer with a WHM account that wishes to backup his data daily.

I'm trying to work out the best way to incremental (to save bandwidth) backup user accounts (files and databases) onto a remote server.

What is the best way to achieve this?

(Please don't be afraid to be too technical)
 

mohit

Well-Known Member
Jul 12, 2005
553
0
166
Sticky On Internet
use Rsync

hi,
if your customer wants to backup dialy he can either use cpanel to generate backup daily manually or thorugh cron(i think its possible) and download it to their local machine if they want.

if you wish to use offsite backup, you can either genarate them locally and then ftp it to a remote server.

Or you can use Rsync backup, which would copy all that have changed to a backup a/c. and would save you a lot of bandwidth cause only changed files would be transferred.
(if you want u can check bqbackup.com)

see ya,
mohit