Last active
December 8, 2018 23:00
-
-
Save fbaierl/e2e3e8b3ae1826e85b1e091a0c76658d to your computer and use it in GitHub Desktop.
BACKUP SYSTEM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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