Hello,
i've 2 proxmox 4.3-9 cluster setups with 2 servers each.
Everything is working as expected.
Only the via web gui configured backups on the 2nd node are not executed on each cluster.
I could not pinpoint the problem yet.
The /etc/pve/vzdump.cron files look similar. Here is one example:
The /etc/pve/storage.cfg looks like:
/mnt/backup_*** exists on every node on both clusters.
Running the the command for the 2nd node directly in the shell, just finishes quite fast without an output:
What is wrong with my config? Or how can i debug this?
Regards
nowrap
i've 2 proxmox 4.3-9 cluster setups with 2 servers each.
Everything is working as expected.
Only the via web gui configured backups on the 2nd node are not executed on each cluster.
I could not pinpoint the problem yet.
The /etc/pve/vzdump.cron files look similar. Here is one example:
Code:
# cluster wide vzdump cron schedule
# Automatically generated file - do not edit
PATH="/usr/sbin:/usr/bin:/sbin:/bin"
0 1 * * 1,3,5,7 root vzdump --storage backup --compress lzo --all 1 --mode snapshot --mailnotification always --mailto ***@***.de --quiet 1 --node host1
0 1 * * 2,4,6 root vzdump --storage backup --compress lzo --all 1 --mode snapshot --mailnotification always --mailto ***@***.de --quiet 1 --node host2
The /etc/pve/storage.cfg looks like:
Code:
lvm: vg0
vgname vg0
content images
dir: local
path /var/lib/vz
maxfiles 0
content iso,images,rootdir,vztmpl
dir: backup
path /mnt/backup_***
maxfiles 4
shared 0
content backup
/mnt/backup_*** exists on every node on both clusters.
Running the the command for the 2nd node directly in the shell, just finishes quite fast without an output:
Code:
root@host1:/root > vzdump --compress lzo --storage backup --all 1 --mode snapshot --mailnotification always --mailto ***@***.de --quiet 1 --node host2
root@host1:/root >
What is wrong with my config? Or how can i debug this?
Regards
nowrap