Hi,
i have a cluster with tree nodes. Each node has a seperate filesystem /backup.
I want for each node a seperate directory (proxmox1, proxmox2...) below /backup to store the backups of the vm and the config (/etc/qemu-server + /etc/vz).
After the backup i rsync the proxmoxN-Directory to the other nodes - so if one node fails, i can simply restore the data (if nessesary, because the most is on SAN-storage) and the conf, and i'm back in business.
/backup is defined as directory (storage) with the name backup.
But the normal backup-job store the data direct below /backup.
I have create the file /etc/vzdump.conf with following entrys:
and as a second try
But this change not the target of the files.
Where is my mistake?
Udo
i have a cluster with tree nodes. Each node has a seperate filesystem /backup.
I want for each node a seperate directory (proxmox1, proxmox2...) below /backup to store the backups of the vm and the config (/etc/qemu-server + /etc/vz).
After the backup i rsync the proxmoxN-Directory to the other nodes - so if one node fails, i can simply restore the data (if nessesary, because the most is on SAN-storage) and the conf, and i'm back in business.
/backup is defined as directory (storage) with the name backup.
But the normal backup-job store the data direct below /backup.
I have create the file /etc/vzdump.conf with following entrys:
Code:
dumpdir: /backup/proxmox1
Code:
dumpdir: proxmox1
storage: backup
Where is my mistake?
Udo