Return to Snippet

Revision: 23957
at February 17, 2010 10:29 by michaellehmkuhl


Initial Code
tar cvpjf - --exclude=/selinux --exclude=/srv --exclude=/dev --exclude=/boot --exclude=/tmp --exclude=/mnt --exclude=/sys --exclude=/lost+found --exclude=/proc / | ssh [email protected] "dd of=/root/archive_of_my_server.tar.bz2"

Initial URL


Initial Description


Initial Title
Archive to a remote server using tar and ssh

Initial Tags
textmate, backup, ssh

Initial Language
Other