Last active
July 14, 2021 20:39
-
-
Save basnijholt/79ec4fdcbde0f3d1515eac7a9d559a66 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sudo su | |
dd if=/dev/sda1 of=./sda1.image | |
dd if=/dev/sda2 of=./sda2.image | |
dd if=/dev/sda3 of=./sda3.image | |
dd if=/dev/sda4 of=./sda4.image | |
dd if=/dev/sda5 of=./sda5.image | |
dd if=/dev/sda6 of=./sda6.image | |
dd if=/dev/sda7 of=./sda7.image | |
zip test.zip sda* | |
curl --upload-file ./test.zip https://transfer.sh/test.zip | |
https://wetransfer.com/downloads/7cee12e86b4bcd8b5229e36656e73f9420210714203750/95b4e715f44bdc0508241491b7b5feb220210714203807/65cb52 | |
dd if=./sda1.image of=/dev/sda1 | |
dd if=./sda2.image of=/dev/sda2 | |
dd if=./sda3.image of=/dev/sda3 | |
dd if=./sda4.image of=/dev/sda4 | |
dd if=./sda5.image of=/dev/sda5 | |
dd if=./sda6.image of=/dev/sda6 | |
dd if=./sda7.image of=/dev/sda7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment