Created
April 21, 2011 23:31
-
-
Save dogmatic69/935713 to your computer and use it in GitHub Desktop.
backing up an entire ubuntu / linux box
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo su | |
tar -cvpzf backup.tar.gz --exclude=~/backup.tar.gz --exclude=/proc --exclude=/lost+found --exclude=/sys --exclude=/mnt --exclude=/media --exclude=/dev / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment