aquaballoon

System backup & restore - fsarchiver

Jul 8th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. System Backup & Restore
  2.  
  3. $ sudo apt-get install fsarchiver
  4. $ sudo fsarchiver savefs /media/storage/backup.fsa /dev/sda4             //backup file
  5. $ sudo fsarchiver restfs /media/storage/backup.fsa id=0,dest=/dev/sda1   //restore file
  6. $ fsarchiver archinfor /media/storage/backup.fsa                         //info
Advertisement
Add Comment
Please, Sign In to add comment