All other LXC backups are working just fine but this one gives:
Any ideas?
Code:
INFO: starting new backup job: vzdump 104 --node james --compress lzo --mode snapshot --remove 0 --storage local
INFO: Starting Backup of VM 104 (lxc)
INFO: status = running
INFO: mode failure - some volumes do not support snapshots
INFO: trying 'suspend' mode instead
INFO: backup mode: suspend
INFO: ionice priority: 7
INFO: starting first sync /proc/19091/root// to /var/lib/vz/dump/vzdump-lxc-104-2016_03_31-22_56_10.tmp
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./mnt"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./usr"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./opt"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./media"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./etc"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./boot"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./lib64"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./bin"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./sbin"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./home"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./root"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./lib"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./srv"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./var"",0) failed: Operation not supported (95)
INFO: rsync: get_xattr_names: llistxattr(""/proc/19091/root/./tmp"",0) failed: Operation not supported (95)
INFO: IO error encountered -- skipping file deletion
INFO: Number of files: 7 (reg: 1, dir: 6)
INFO: Number of created files: 6 (reg: 1, dir: 5)
INFO: Number of deleted files: 0
INFO: Number of regular files transferred: 1
INFO: Total file size: 0 bytes
INFO: Total transferred file size: 0 bytes
INFO: Literal data: 0 bytes
INFO: Matched data: 0 bytes
INFO: File list size: 0
INFO: File list generation time: 0.001 seconds
INFO: File list transfer time: 0.000 seconds
INFO: Total bytes sent: 288
INFO: Total bytes received: 120
INFO: sent 288 bytes received 120 bytes 816.00 bytes/sec
INFO: total size is 0 speedup is 0.00
INFO: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.1]
ERROR: Backup of VM 104 failed - command 'rsync --stats -X -A --numeric-ids -aH --delete --no-whole-file --inplace --one-file-system --relative '--exclude=/var/log/?*' '--exclude=/tmp/?*' '--exclude=/var/tmp/?*' '--exclude=/var/run/?*.pid' /proc/19091/root///./ /var/lib/vz/dump/vzdump-lxc-104-2016_03_31-22_56_10.tmp' failed: exit code 23
INFO: Backup job finished with errors
TASK ERROR: job errors
Any ideas?