this volume does not support snapshots, so the warning is correct - you cannot use snapshot mode, and vzdump automatically "downgrades" to suspend mode.
I am not sure why you are passing through a block device from the host like this, you can just use
Code:mp0: /dev/sdc1,mp=/mnt/timeshift,backup=0
instead. of course, for the DVB device you still need the adapted AA profile and settings.
Hello fabian,
thank you for the fast response.
I am passing through the block device in this way because it was written by @mjb2000 in this thread some posts ago. I didn't read the official documentation. Sorry, my mistake.
But yes, you are right. It is as easy as you wrote. The following did the trick:
Code:
mp0: /dev/sdc1,mp=/mnt/timeshift,backup=0
By the way... With that mount method I do not see the info for the not supported snapshot mode anymore.
Code:
INFO: starting new backup job: vzdump 110 --mode snapshot --remove 0 --node proxmox --compress lzo --storage local
INFO: Starting Backup of VM 110 (lxc)
INFO: status = stopped
INFO: backup mode: stop
INFO: ionice priority: 7
INFO: CT Name: vdr
INFO: excluding device mount point mp0 ('/mnt/timeshift') from backup
INFO: creating archive '/var/lib/vz/dump/vzdump-lxc-110-2017_03_03-18_29_37.tar.lzo'
INFO: Total bytes written: 1142456320 (1.1GiB, 139MiB/s)
INFO: archive file size: 645MB
INFO: Finished Backup of VM 110 (00:00:08)
INFO: Backup job finished successfully
TASK OK
Thank you very much!
Greetings Hoppel
Last edited: