backy2
backy2 copied to clipboard
backy2: Deduplicating block based backup software for ceph/rbd, image files and devices
As per issue #25 these changes allow the use of MySQL as backend.
Hi, I've found the FUSE layer will break if the host happens to have both python-fuse and python-fusepy installed as the logic in fuse.py only expects ModuleNotFoundError and doesn't account...
It would be great to have a debian repository for automatic updates. (Of course it would be even better if backy2 would become an official debian package.)
The particular syntax count(a.*) in this query doesn't parse on mariadb (or, presumably, mysql). Counting a.uid is equivalent; we can be confident that there aren't any rows without uid set...
Hi, I am trying to use Backy2 to perform scheduled backups of Ceph RBD volumes. I have extended the incremental backup example script to tag each backup with an e.g....
If the RBD contains parent RBD (a new RBD created by rbd clone), it cannot be restored normally after backing up with backy2.By comparing the restored rbd info, it is...
I'm trying to get MariaDB working as a meta backend but I'm running into some issues. Using 2.9.17 configured with MySQL meta backend running backy2 initdb results in an error:...
Main changes there are that subqueries have to be cast to select, and delete needs a table, not a column. Fixes #94
We are getting the following error after upgrading sqlalchemy: ``` # backy2 cleanup INFO: [backy2.logging] $ /usr/bin/backy2 cleanup INFO: [backy2.logging] Deleting false positives... /usr/lib/python3/dist-packages/backy2/meta_backends/sql.py:569: SAWarning: Coercing Subquery object into a...
I had to make the following changes to the minio.py data_backend to match up with changes in Minio API 6 => 7 - from minio.error import (InvalidResponseError) + from minio.error...