Created
March 5, 2025 00:22
-
-
Save wommy/e7bbc268c95c35b3d8b8b47e9c5c0d57 to your computer and use it in GitHub Desktop.
snippet to configure the backup template on pve node
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
#!/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