borg icon indicating copy to clipboard operation
borg copied to clipboard

Deduplicating archiver with compression and authenticated encryption.

Results 476 borg issues
Sort by recently updated
recently updated
newest added

I have tried to get a file listing of a borg repo mounted via rclone/pcloud. This takes very long and downloads a lot of chunks from the server. Interestingly, future...

Currently, borg seems to list files to STDERR, which prevents its use in UNIX pipes. Of course, I could redirect `2>&1` but it would also include error messages and password...

cmd: create

master branch ``` netbsd9: __________________ test_basic_functionality[remote_archiver] ___________________ netbsd9: [gw7] netbsd9 -- Python 3.12.8 /vagrant/borg/borg/.tox/py312-none/bin/python netbsd9: netbsd9: archivers = 'remote_archiver' netbsd9: request = netbsd9: netbsd9: def test_basic_functionality(archivers, request): ... netbsd9: output...

help wanted
testsuite
os: bsd

Box version 2025.02 or 2024.11, current master branch: ``` openindiana: openindiana: Guest Additions Version: 7.1.4 openindiana: VirtualBox Version: 7.0 ==> openindiana: Rsyncing folder: /mnt/fastssd/tw/w/borg/ => /vagrant/borg/borg ==> openindiana: Running provisioner:...

help wanted
os: other

(This is half question and half suggestion. Sorry for double-posting this on the IRC.) A few days ago, I was running `borg compact` and had to control-C it. I ran...

Related to #8649 This PR only incorporates very small part of the solution to the issue.(i.e only replaces assert in 2 files) This is just a draft to confirm whether...

## borg 1.x segment files borg 1.x used: - "segment files", elsewhere also known as "pack files" to store multiple repository objects in one file. - a "repository index" to...

help wanted
breaking

## Archive File Chunk Comparison and Extraction This implementation provides efficient file restoration from archives by comparing and extracting chunks. Instead of blindly extracting entire files, it: 1. Compares existing...

This PR adds tests to improve coverage for several archiver commands: - benchmark_cmd.py: increased coverage by exercising different --mode and compression combinations. - lock_cmds_test.py: added tests for lock/unlock workflows. -...