borg
https://github.com/borgbackup/borg
Python
Deduplicating archiver with compression and authenticated encryption.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported5 Subscribers
Add a CodeTriage badge to borg
Help out
- Issues
- BORG_STORE_CACHE: shared cache dir vs. repo-create / repo-delete (separate the store cache per repository?)
- store cache: a corrupt cache entry is treated as repository corruption, check --repair deletes the healthy chunk
- create: recursion roots that are hard links of an earlier root are silently not archived
- create: archive recursion roots that are hard links of an earlier root, fixes #10388
- create: a root inside an earlier directory root is archived twice, extract then deletes a hard link
- create: do not archive a root inside an earlier directory root twice, fixes #10393
- borg check should take "notes"
- cockpit: use the JSON API, with per-command screens and docs; JSON API additions and fixes, #9454
- repo-info --stats: report repository size (and optionally dedup stats) read-only, with --json
- check --repair: share one object header parser, stop re-validating unchanged packs
- Docs
- Python not yet supported