Backing up a remote SSH server

Jason Clinton clintonj at umkc.edu
Mon Aug 11 16:13:30 CDT 2003


I have a few clients that need weekly backups. I manage their servers
remotely and I though I'd post this helpful little tip that Hal helped
me with:

$ ssh -2C -l [username] "tar -cj [remote directory]" >
/localpath/[Client's Name]-$(date +%Y%m%d).tar.bz2

It could, of course, be dropped in your crontab, too. Also, make sure
your client has a nice upload speed or this could take a while. I use
this to back up samba shares.

--
Just my three trits. GPG Finger Print:
7A81 0A2F 1ABE DC38 DABC  7C22 B2EE 2304 4A89 46BF





More information about the Kclug mailing list