You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the job done on this script.
I can't succeed in backuping towards another rbd pool ?
I would like to parse all VMs in a source pool (seems to be possible since 0.1.9) and backup them towards a destination pool.
Is-it actually possible with eve4pve-barc 0.2.0 ?
Best regards,
Rafael
The text was updated successfully, but these errors were encountered:
Yes, since 0.1.9, it's possible to backup VMs inside a pool.
But I want to export the VMs' backup towards a destination which is also another Ceph pool (on another cluster), and not a folder (--path).
Like this :
rbd export-diff --from-snap ${LAST_SNAP} ${pool-source}/${image}@${TODAY} - | rbd -c /path/ceph-destination-backup.conf import-diff - ${pool-destination}/${image}
Maybe I've lost the information, but I can't find howto succeed in fixing it...
Thank you,
--
Rafael
RafaelUR1
changed the title
[Feature Request] Backup into Ceph pool
[Feature Request] Backup towards a Ceph pool destination
Jun 5, 2019
Hi,
Thank you for the job done on this script.
I can't succeed in backuping towards another rbd pool ?
I would like to parse all VMs in a source pool (seems to be possible since 0.1.9) and backup them towards a destination pool.
Is-it actually possible with eve4pve-barc 0.2.0 ?
Best regards,
Rafael
The text was updated successfully, but these errors were encountered: