Hello guys,
I have some custom vzdump.cron commands to run my VM backups. After I had reinstalled my Proxmox server some days ago and copied the following commands into /etc/pve/vzdump.cron, my scheduled backup do not run anymore.
When I create the backups via the web interface, the backups run without any problem.
Is there anything wrong? I don't know why they don't run:
Are there any logs I can check here? Thanks for your help!
I have some custom vzdump.cron commands to run my VM backups. After I had reinstalled my Proxmox server some days ago and copied the following commands into /etc/pve/vzdump.cron, my scheduled backup do not run anymore.
When I create the backups via the web interface, the backups run without any problem.
Is there anything wrong? I don't know why they don't run:
Code:
# cluster wide vzdump cron schedule
# Automatically generated file - do not edit
PATH="/usr/sbin:/usr/bin:/sbin:/bin"
0 0 * * * root vzdump 103 --compress lzo --remove 1 --storage storage --mode snapshot --mailnotification failure --mailto ***@domain.com --maxfiles 2 --quiet 1
0 12 * * * root vzdump 101 --mode snapshot --storage storage --remove 1 --compress lzo --maxfiles 2 --mailto ***@domain.com --mailnotification failure --quiet 1
0 1 * * * root vzdump 102 --maxfiles 1 --mailto ***@domain.com --mailnotification failure --quiet 1 --mode snapshot --storage storage --remove 1 --compress lzo
0 20 * * * root vzdump 105 --quiet 1 --maxfiles 1 --mailto ***@domain.com --mailnotification failure --mode snapshot --storage storage --remove 1 --compress lzo
Are there any logs I can check here? Thanks for your help!