Re: [ceph-users] Import Ceph RBD snapshot

2017-02-01 Thread Jason Dillaman
On Wed, Feb 1, 2017 at 1:53 PM, pierrepalussiere wrote: > And I wonder how can I backup my proxmox VM on a remote NAS while keeping a > system of full and differencial backup. You can script something together that creates a new snapshot and then performs an "rbd export @" or "rbd export-diff --f

Re: [ceph-users] Import Ceph RBD snapshot

2017-02-01 Thread Jason Dillaman
What do you mean by "but without recover the current image state"? Did you perform a command like "rbd export @ /path/to/my/snapshot/export"? If so, you can just import that data via "rbd import" and, if you so desired, run "rbd snap create" to add a new snapshot on top of your import. On Tue, Jan

[ceph-users] Import Ceph RBD snapshot

2017-01-31 Thread pierrepalussiere
Hello, I just wonder if there is a way to import a Ceph RBD snapshot that I have previously exported, but without recover the current image state ? Thanks in advance.___ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.c