Web Hosting Talk







View Full Version : Remote backup


dlc2000
12-19-2003, 07:58 PM
Hello

i need to do remote backup of my servers, i already do daily backup on the same machines but i have get a new box to do monthly backup of all my boxs, how can i do?

thx

M7I
12-19-2003, 08:36 PM
I would suggest looking at rsync if you are using a unix type os.

http://www.hmug.org/man/1/rsync.html

blackmoont
12-19-2003, 10:31 PM
i think if you have cpanel , everything will be easy with remote ftp Backup option in WHM .

phpdeveloper
12-19-2003, 11:04 PM
You can also securely transfer backups to the remote server:


#first we tar up our CPanel backups directory;
nice tar -c /backup > /root/backup.tar;

#now we securely copy over the tar file;
scp /root/backup.tar someuser@remoteserver.com:/home/someuser/backup.tar

and then enter the 'someuser' account's password at the prompt.


Make sure CPanel backups go to /backup directory as in this case.

haill
12-20-2003, 12:36 PM
nice, but how can make it auto , like every 4 days .

sgreene
12-21-2003, 05:19 PM
rsync has the ability to use ssh as its communication agent, so it would safe a time-taking step in the first tar you suggested.

albatroz
12-27-2003, 03:53 PM
Interesting....

I wonder if there is any method that you could suggest
for people like me that donīt have yet a server but several
Cpanel reseller accounts.

I know that backups use to be processor intensive tasks, so
this could be troublesome.

bambenek
12-27-2003, 06:19 PM
They still are intensive tasks the way that cpanel does them.

grace5
12-27-2003, 09:16 PM
theres a how to listed at EV1 forums I just use a another providers space to back up to