Hi all,
I make some new tests after the final version of PVE 1.4 was released and I test the backup function..
Now, on my configuration I have 3 PVE servers (1 master and 2 slaves). On master I have mounted (on folder "/backup") an extra Hard Disk where to put all backup's from cluster.
I start the new configuration by creating the directory for each machine using WebUI on master. So, in my exemple I create a backup folder for a machine that run in SLAVE 1.
From WebUI (that run on MASTER) when I create the Directory defined as VZDUMP I specify location /backup/SLAVE1/PMAILWG
Now, regarding to what I defined on WebUI, the backup will be found on master, in folder /backup/SLAVE1/PMAILGW/; but, the backup was stored on SLAVE1. - see attached picture for details.
What is the corect procedure? If we create a directory to backup a machine on a SLAVE, the backup results it's stored on SLAVE, or is a bug?
It's importand to know that....because someone create the same config and will expect to store backups on extra disk's or special backup devices
I make some new tests after the final version of PVE 1.4 was released and I test the backup function..
Now, on my configuration I have 3 PVE servers (1 master and 2 slaves). On master I have mounted (on folder "/backup") an extra Hard Disk where to put all backup's from cluster.
I start the new configuration by creating the directory for each machine using WebUI on master. So, in my exemple I create a backup folder for a machine that run in SLAVE 1.
From WebUI (that run on MASTER) when I create the Directory defined as VZDUMP I specify location /backup/SLAVE1/PMAILWG
Code:
vzdump --quiet --node 2 --snapshot --compress --storage PROXMOXMG --mailto XXXXXXXXXX@XXXXX.COM --mailto XXXXXXXX@XXXXX.com 102
102: Oct 22 05:00:02 INFO: Starting Backup of VM 102 (openvz)
102: Oct 22 05:00:02 INFO: CTID 102 exist mounted running
102: Oct 22 05:00:02 INFO: status = CTID 102 exist mounted running
102: Oct 22 05:00:02 INFO: backup mode: snapshot
102: Oct 22 05:00:02 INFO: bandwidth limit: 10240 KB/s
102: Oct 22 05:00:02 INFO: creating lvm snapshot of /dev/mapper/pve-data ('/dev/pve/vzsnap-pve_slave_1-0')
102: Oct 22 05:00:03 INFO: Logical volume "vzsnap-pve_slave_1-0" created
102: Oct 22 05:00:03 INFO: creating archive '/backup/SLAVE1/PMAILGW/vzdump-openvz-102-2009_10_22-05_00_02.tgz'
102: Oct 22 05:02:44 INFO: Total bytes written: 934123520 (891MiB, 6.1MiB/s)
102: Oct 22 05:02:44 INFO: archive file size: 269MB
102: Oct 22 05:02:45 INFO: Logical volume "vzsnap-pve_slave_1-0" successfully removed
102: Oct 22 05:02:45 INFO: Finished Backup of VM 102 (00:02:43)
What is the corect procedure? If we create a directory to backup a machine on a SLAVE, the backup results it's stored on SLAVE, or is a bug?
It's importand to know that....because someone create the same config and will expect to store backups on extra disk's or special backup devices
Attachments
Last edited: