Hello!
I make excludes from my LXC backup:
pvesh set /cluster/backup/backup-ced960d3-6428 --exclude-path "/home /var/ /usr"
and i start backup manualy, log looks good:
INFO: starting new backup job: vzdump 111 --mode snapshot --notes-template '{{guestname}}' --storage noc3-proxmox --mailto tech@... --mailnotification failure --compress lzo --exclude-path '/home /var/ /usr' --all 0 --node px3
but all of excluded directories is in my backup
When I change to only one exclude:
pvesh set /cluster/backup/backup-ced960d3-6428 --exclude-path "/usr"
backup works well - is without usr.
How can i exclude few directories?
I make excludes from my LXC backup:
pvesh set /cluster/backup/backup-ced960d3-6428 --exclude-path "/home /var/ /usr"
and i start backup manualy, log looks good:
INFO: starting new backup job: vzdump 111 --mode snapshot --notes-template '{{guestname}}' --storage noc3-proxmox --mailto tech@... --mailnotification failure --compress lzo --exclude-path '/home /var/ /usr' --all 0 --node px3
but all of excluded directories is in my backup
When I change to only one exclude:
pvesh set /cluster/backup/backup-ced960d3-6428 --exclude-path "/usr"
backup works well - is without usr.
How can i exclude few directories?