aboutsummaryrefslogtreecommitdiffstats
path: root/org/ttr.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/ttr.org')
-rw-r--r--org/ttr.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/org/ttr.org b/org/ttr.org
index e105a28..b16bf45 100644
--- a/org/ttr.org
+++ b/org/ttr.org
@@ -60,11 +60,11 @@ it easy to make compressed backups.
2. Boot off the fucking usb.
3. Get a disk to put your backup on. A usb drive often isnt enough for full
system backup. Get yourself an external harddrive!
-4. Run =lsblk= to find your systems harddrive. *Make sure to use the correct drive.*
-5. Run =sudo dd if=/dev/<your harddrive> bs=64k status=progress | gzip -c /PATH/TO/DRIVE/backup.img.gz=
+4. Run =lsblk= to find your systems hard drive. *Make sure to use the correct drive.*
+5. Run =dd if=/dev/<your harddrive> bs=1M status=progress | gzip -c /PATH/TO/DRIVE/backup.img.gz=
6. Remember: dd stays for /disk destroyer/ because
*if you fuck up it will destroy your disk*.
-7. To restore run =gunzip -c /PATH/TO/DRIVE/backup.img.gz | sudo dd of=/dev/<your harddrive> status=progress=
+7. To restore run =gunzip -c /PATH/TO/DRIVE/backup.img.gz | dd of=/dev/<your harddrive> bs=1M status=progress=
* Password manager
:PROPERTIES: