Skip to content

Instantly share code, notes, and snippets.

@wommy
Created March 5, 2025 00:22
Show Gist options
  • Save wommy/e7bbc268c95c35b3d8b8b47e9c5c0d57 to your computer and use it in GitHub Desktop.
Save wommy/e7bbc268c95c35b3d8b8b47e9c5c0d57 to your computer and use it in GitHub Desktop.
snippet to configure the backup template on pve node
#!/bin/bash
cat << 'EOF' >> /etc/vzdump.conf
notes-template: --{{guestname}}-{{vmid}}-{{node}}
compress: zstd
zstd: 0 # use half of the available cores
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment