diff options
author | nathan <nathansmith@disroot.org> | 2025-10-02 17:05:55 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-10-02 17:05:55 +0000 |
commit | 2f946677ecec35e5306e6bc103aeb7b285c4ee03 (patch) | |
tree | 968e738bb0bfc4c15089a3d2b25bcdc6dd674577 /org/ttr.org | |
parent | 8cb8a70b5ce5ac182f2253a202407fd104047767 (diff) | |
download | shittyweb-2f946677ecec35e5306e6bc103aeb7b285c4ee03.tar.gz shittyweb-2f946677ecec35e5306e6bc103aeb7b285c4ee03.tar.bz2 shittyweb-2f946677ecec35e5306e6bc103aeb7b285c4ee03.zip |
Lots of thingy's indeeds
Diffstat (limited to 'org/ttr.org')
-rw-r--r-- | org/ttr.org | 6 |
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: |