I have a Proxmox 6.2 cluster with this settings on each node:
/etc/vzdump.conf:
# vzdump default settings
tmpdir: /var/lib/vz/dump
#tmpdir: DIR
#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: PATHLIST
#pigz: N
When making a LXC backup (snapshot or suspend), the /var/tmp dir is always used and ignores the custom settings? The LXC container is using NFS storage. The backup storage is PBS.
INFO: starting new backup job: vzdump 110 --storage do-pbs --remove 0 --mode suspend --node node3
INFO: Starting Backup of VM 110 (lxc)
INFO: Backup started at 2020-09-29 14:57:07
INFO: status = running
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: CT Name: server
INFO: including mount point rootfs ('/') in backup
INFO: starting first sync /proc/14106/root/ to /var/tmp/vzdumptmp12201
ERROR: Backup of VM 110 failed - command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --sparse --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/14106/root//./ /var/tmp/vzdumptmp12201' failed: interrupted by signal
INFO: Failed at 2020-09-29 14:57:20
INFO: Backup job finished with errors
TASK ERROR: job errors
/etc/vzdump.conf:
# vzdump default settings
tmpdir: /var/lib/vz/dump
#tmpdir: DIR
#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: PATHLIST
#pigz: N
When making a LXC backup (snapshot or suspend), the /var/tmp dir is always used and ignores the custom settings? The LXC container is using NFS storage. The backup storage is PBS.
INFO: starting new backup job: vzdump 110 --storage do-pbs --remove 0 --mode suspend --node node3
INFO: Starting Backup of VM 110 (lxc)
INFO: Backup started at 2020-09-29 14:57:07
INFO: status = running
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: CT Name: server
INFO: including mount point rootfs ('/') in backup
INFO: starting first sync /proc/14106/root/ to /var/tmp/vzdumptmp12201
ERROR: Backup of VM 110 failed - command 'rsync --stats -h -X -A --numeric-ids -aH --delete --no-whole-file --sparse --one-file-system --relative '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/14106/root//./ /var/tmp/vzdumptmp12201' failed: interrupted by signal
INFO: Failed at 2020-09-29 14:57:20
INFO: Backup job finished with errors
TASK ERROR: job errors
Last edited: