Linux System Backup


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $ sudo su
  2. # cd /
  3. # tar cvpjf backup.tar.bz2 --exclude=/proc --exclude=/tmp --exclude=/dev --exclude=/lost+found --exclude=/backup.tar.bz2 --exclude=/mnt --exclude=/sys /

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.