Skip to content

Instantly share code, notes, and snippets.

@fbaierl
Last active December 8, 2018 23:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fbaierl/e2e3e8b3ae1826e85b1e091a0c76658d to your computer and use it in GitHub Desktop.
Save fbaierl/e2e3e8b3ae1826e85b1e091a0c76658d to your computer and use it in GitHub Desktop.
BACKUP SYSTEM
1. Backup:
sudo dd if=/dev/sda1 of=/media/florian/Seagate\ Backup\ Plus\ Drive/back.img
2. Recover:
sudo dd if=/media/florian/Seagate\ Backup\ Plus\ Drive/back.img of=/dev/sda1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment