Backup and restore

backup

tar cvpzf /place/to/backup/user/backup-`date '+%Y%m%d'`.tar.gz /home/user --exclude=/home/user/.Trash

restore

tar xvpfz backup+++++date+++++.tgz -C /

About missing_link

Nietzsche is dead.
This entry was posted in Bash, Linux and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.