Monthly Archives: February 2005

>Remote backup with ease… I mean SSH

>http://www.wsp.krakow.pl/~bar/DOC/ssh_backup.html ( cd SOURCEDIR && tar cvf – . | gzip -1 -) | ssh target_address “(cd DESTDIR && cat – > remotefile.tgz )”

Posted in Uncategorized | Leave a comment