Buckets:
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.
Xet Storage Details
- Size:
- 1.88 kB
- Xet hash:
- 4f3bd952062aff225d42733741d86ff6e7b7548d5fc1740f2c12c20958f054ec
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.