I am making a backup script for Ceph volumes.
It will make a backup of the rbd volume, then it will continue making diff backups.
This will make it a lot easier to store offsite, as you only have to transfer the main backup once.
The next step will be to merge the differences after a month orso on both sides, so you won't get 1000's of diff files.
I'm not a programmer or something, so any comments are welcome
Here you can find the script,
https://github.com/normanu/rbd_backup
It will make a backup of the rbd volume, then it will continue making diff backups.
This will make it a lot easier to store offsite, as you only have to transfer the main backup once.
The next step will be to merge the differences after a month orso on both sides, so you won't get 1000's of diff files.
I'm not a programmer or something, so any comments are welcome
Here you can find the script,
https://github.com/normanu/rbd_backup