Created
December 29, 2021 03:42
-
-
Save iamspark1e/2ebfa1f2dd1585e208d51a2b2890d569 to your computer and use it in GitHub Desktop.
Proxmox better backup settings
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
| # vzdump default settings | |
| tmpdir: /tmp | |
| #dumpdir: DIR | |
| #storage: STORAGE_ID | |
| #mode: snapshot|suspend|stop | |
| #bwlimit: KBPS | |
| #ionice: PRI | |
| #lockwait: MINUTES | |
| #stopwait: MINUTES | |
| #size: MB | |
| #stdexcludes: BOOLEAN | |
| #mailto: ADDRESSLIST | |
| #maxfiles: N | |
| #script: FILENAME | |
| exclude-path: /mnt/storage | |
| #pigz: N |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment