Buckets:
1.06 TB
9 files
Updated 24 days ago
Ctrl+K
| Name | Size | Uploaded | Xet hash |
|---|---|---|---|
| README.md | 1.88 kB xet | 4f3bd952 | |
| SHA256SUMS | 665 Bytes xet | cafa9a18 | |
| restore.sh | 2.76 kB xet | 92a4c866 | |
| vdc.sfdisk.txt | 750 Bytes xet | 43c4de45 | |
| vdc.sgdisk.gpt | 17.9 kB xet | 3c604357 | |
| vdc1.img.zst.gpg | 56.8 kB xet | 3bdd8dd3 | |
| vdc2.img.zst.gpg | 1.87 MB xet | d40d3795 | |
| vdc3.ext4.img.zst.gpg | 97.4 MB xet | 7a60ab20 | |
| vdc4.ext4.img.zst.gpg | 1.06 TB xet | c3a364dc |
vdc bootable-OS backup (encrypted)
Bit-exact, bootable image of a hybrid BIOS+UEFI Ubuntu cloud disk (originally
device vdc), captured as used-blocks-only, zstd-compressed, and AES-256
encrypted. Each partition is stored separately; the GPT is backed up so the
target disk is repartitioned identically on restore.
Encryption
Every *.gpg file is GnuPG symmetric AES-256 (compressed with zstd first).
Passphrase: 60-char secret, sha256 fingerprint starts ff23c993e47836f2.
Without the passphrase these files are unrecoverable.
Contents
vdc.sgdisk.gptGPT partition-table backup (sgdisk) — restores identical layout + PARTUUIDsvdc.sfdisk.txthuman-readable partition dumpvdc1.img.zst.gpgpartition 1: BIOS-boot (4 MiB)vdc2.img.zst.gpgpartition 2: ESP //boot/efi(vfat)vdc3.ext4.img.zst.gpgpartition 3:/boot(ext4, used blocks)vdc4.ext4.img.zst.gpgpartition 4: root/(ext4, used blocks) — approx 984G compressed+encryptedrestore.shone-command restore to a target diskSHA256SUMSintegrity checksums of every file above
Restore
- Download the bundle (e.g.
hf buckets sync hf://buckets/AntonioLopardo/Backup ./restore-dir). sha256sum -c SHA256SUMSto verify integrity.sudo ./restore.sh /dev/TARGET_DISK— prompts for the passphrase, then rebuilds the GPT and writes every partition (gpg -d | zstd -d | dd).- The restored disk is a bit-exact bootable clone of the original vdc. It keeps vdc's original UUIDs, so don't run it alongside the original vdc.
Manual per-partition restore (if not using restore.sh):
sgdisk --load-backup=vdc.sgdisk.gpt /dev/TARGET
gpg -d vdc4.ext4.img.zst.gpg | zstd -d --long=31 | dd of=/dev/TARGET4 bs=64M conv=fsync
# ...repeat for vdc1/vdc2/vdc3 -> TARGET1/2/3
Generated Wed Jul 15 23:45:14 UTC 2026.
- Total size
- 1.06 TB
- Files
- 9
- Last updated
- Jul 16
- Pre-warmed CDN
- US EU US EU