Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. sudo tar -cvpzf /fullBackup.tar.gz --one-file-system --exclude=/proc exclude=/tmp --exclude=/mnt --exclude=/dev --exclude=/sys /
  2.  
  3. sudo tar -xvpzf /fullBackup.tar.gz -C / --numeric-owner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement