Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sergixnet/ddb6d71aaa4b6a1167e39db594a469a2 to your computer and use it in GitHub Desktop.
Save sergixnet/ddb6d71aaa4b6a1167e39db594a469a2 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
@sergixnet
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment