Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Backup towards a Ceph pool destination #39

Open
RafaelUR1 opened this issue Jun 4, 2019 · 3 comments
Open

[Feature Request] Backup towards a Ceph pool destination #39

RafaelUR1 opened this issue Jun 4, 2019 · 3 comments

Comments

@RafaelUR1
Copy link

RafaelUR1 commented Jun 4, 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

@franklupo
Copy link
Member

Hi,
in 0.1.9 is possible backup vms in pool using cinvention "storage-POOL_NAME".
I didn't understand what the problem was.

@RafaelUR1
Copy link
Author

RafaelUR1 commented Jun 4, 2019

Hi,

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 RafaelUR1 changed the title [Feature Request] Backup into Ceph pool [Feature Request] Backup towards a Ceph pool destination Jun 5, 2019
@franklupo
Copy link
Member

Hi,
good idea. Now work only path.
In this moment use rbd mirror
https://docs.ceph.com/docs/mimic/rbd/rbd-mirroring/
https://pve.proxmox.com/wiki/Ceph_RBD_Mirroring

best rergards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants