Skip to content

Instantly share code, notes, and snippets.

@phuongtailtranminh
Last active August 5, 2019 14:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save phuongtailtranminh/1f274d898db3aa2b7536226846b74a11 to your computer and use it in GitHub Desktop.
Save phuongtailtranminh/1f274d898db3aa2b7536226846b74a11 to your computer and use it in GitHub Desktop.
Backup and Restore Ubuntu Server
Backup: sudo tar -cvpzf backup.tar.gz --exclude=/backup.tar.gz --exclude=/boot --one-file-system /
Restore: sudo tar -xvpzf /path/to/tar/file -C / --numeric-owner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment