Skip to content

Instantly share code, notes, and snippets.

@mmaridev
Created May 25, 2019 11:43
Show Gist options
  • Save mmaridev/ee59b9a7644e751e80017d50f1e5806c to your computer and use it in GitHub Desktop.
Save mmaridev/ee59b9a7644e751e80017d50f1e5806c to your computer and use it in GitHub Desktop.
Proxmox dump to zstd
#!/bin/bash
vzdump VMID --mode snapshot --storage STORAGE --compress 0 --remove 0 --node NODE --stdout | zstd -o your-backup.vma.ztd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment