Hi all
I would like to exclude some paths from a LXC backup
This is my jobs.cfg related to this LXC
This is the result while backup
but it stuck there.
Mainly, the huge stuff are in /media/frigate/recordings and in /var/lib/docker and both are in the exclude-path
What else can I check?
Thanks
I would like to exclude some paths from a LXC backup
This is my jobs.cfg related to this LXC
Code:
vzdump: backup-df0d2766-fe89
schedule 05:00
compress zstd
enabled 0
exclude-path /media/frigate/recordings/ /media/frigate/clips/ /dev/mapper/ /dev/fuse/ /dev/shm/ /run/ /var/lib/docker/
mailnotification always
mode snapshot
node new
notes-template {{guestname}}
prune-backups keep-last=3
storage EXT_USB
vmid 101
This is the result while backup
Code:
INFO: starting new backup job: vzdump 101 --all 0 --mode snapshot --storage EXT_USB --notes-template '{{guestname}}' --mailnotification always --node new --compress zstd --prune-backups 'keep-last=3' --exclude-path '/media/frigate/recordings/ /media/frigate/clips/ /dev/mapper/ /dev/fuse/ /dev/shm/ /run/ /var/lib/docker/'
INFO: Starting Backup of VM 101 (lxc)
INFO: Backup started at 2023-04-17 10:02:51
INFO: status = running
INFO: CT Name: frigate-new
INFO: including mount point rootfs ('/') in backup
INFO: excluding bind mount point mp0 ('/mnt/frigate-storage') from backup (not a volume)
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: create storage snapshot 'vzdump'
but it stuck there.
Mainly, the huge stuff are in /media/frigate/recordings and in /var/lib/docker and both are in the exclude-path
What else can I check?
Thanks