borg
borg copied to clipboard
Deduplicating archiver with compression and authenticated encryption.
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Bug / feature request ## System information....
I got cloud storage for offsite backups and while doing the initial upload (which takes days) the provided experienced some network problems. I restarted the backup run about ten times....
Fixes #7377.Fixes #7379. Fixes #4428. Fixes #1293 (in a different way). Fixes #916, fixes #474 (no LocalCache any more). Fixes #3128 (gone). Fixes #2681. Fixes #2571. Fixes #2454. Fixes #6567...
### Discussed in https://github.com/borgbackup/borg/discussions/8319 Originally posted by **SpiritInAShell** August 4, 2024 **user too tired** to evaluate this properly (and doesn't want to spam Issues (again) with user error) Still, if...
Per IRC, `borg diff` will assert if a multiply-linked file is selected for compare, but its hard link source was _not_ selected for compare. Print a warning and allow the...
This adds pydantic models for borg's CLI outputs (fixes #8338). Sadly I can't try to run these tests locally; when trying to run tox or `pip install borg` I get...
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? It's an ISSUE (suggestion for docs improvement...
From @kubedzero : The documentation https://borgbackup.readthedocs.io/en/stable/installation.html#dependencies still says the libraries are bundled, should that be removed?
This idea is an attempt to detect/mitigate the following attack scenario involving append-only mode: Say you're using append-only mode to protect your repo from an untrusted and hacked client deleting...