From 2f946677ecec35e5306e6bc103aeb7b285c4ee03 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 2 Oct 2025 11:05:55 -0600 Subject: Lots of thingy's indeeds --- org/ttr.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org/ttr.org') 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/ 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/ 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/ status=progress= +7. To restore run =gunzip -c /PATH/TO/DRIVE/backup.img.gz | dd of=/dev/ bs=1M status=progress= * Password manager :PROPERTIES: -- cgit v1.2.3