Created
May 29, 2022 13:45
-
-
Save PaulGWebster/b090ccca513af2373b480330bfdb5f1d to your computer and use it in GitHub Desktop.
Backup process
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
dev-11 /mnt/sde # cat readme | |
/dev/sdd: UUID="c66751a6-ba85-4953-b76d-d4154ab74191" BLOCK_SIZE="4096" TYPE="ext4" | |
/dev/sdb: UUID="d4dc6b40-40db-4055-8ed5-99edc675aa60" TYPE="swap" | |
/dev/sdc: UUID="4f972a34-8688-4862-9c3d-0cbdbae749a6" BLOCK_SIZE="4096" TYPE="ext4" | |
/dev/sda2: UUID="fa26c765-b740-448f-bdaa-2cd46fbf6fd7" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="4ca1c54e-be6f-344f-b5de-2d5ded21fe84" | |
/dev/sda1: UUID="F17D-2959" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="c3183075-ecf8-d743-91e7-372fcb1093bb" | |
/dev/sde: LABEL="zbackup" UUID="c2738296-d922-4f75-9555-6fa4ddccaf38" BLOCK_SIZE="4096" TYPE="ext4" | |
UUID=fa26c765-b740-448f-bdaa-2cd46fbf6fd7 / ext4 noatime 0 0 | |
UUID=F17D-2959 /boot vfat defaults 0 0 | |
UUID=d4dc6b40-40db-4055-8ed5-99edc675aa60 none swap sw 0 0 | |
UUID=4f972a34-8688-4862-9c3d-0cbdbae749a6 /var ext4 noatime 0 0 | |
UUID=c66751a6-ba85-4953-b76d-d4154ab74191 /mnt/256Gpen ext4 noatime,noauto,ro 0 0 | |
dd if=/dev/sda1 | gzip -c > sda1.gzip.dd | |
dump 0fz9 /mnt/sde/root.img /dev/sda2 | |
dump 0fz9 /mnt/sde/var.img /dev/sdc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment