borgbackup / borgbackup/borg-import
Implement rdiff-backup support
Open
- Dominant language
- Python
- Stars
- 48
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
https://rdiff-backup.net/ is another common backup tool. Implementing the importer might be a bit easier due to the fact that it's also written in python.
I've written a shell script that does it, however it's quite cumbersome as it requires the full extraction of a snapshot for borg to back it up, and rdiff-backup isn't very smart on restore (it restores a file even if it's unchanged).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.