summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-03-22Merge pull request #7463 from ThomasWaldmann/docs-borg-key-file-masterTW
BORG_KEY_FILE: clarify docs, fixes #7444
2023-03-22BORG_KEY_FILE: clarify docs, fixes #7444Thomas Waldmann
2023-03-22Merge pull request #7460 from dotdoom/master-ignorezerosTW
Add --ignore-zeros flag to import-tar
2023-03-22Simplify import-tar ignore-zeros negative testArtem Sheremet
Some of those cleanups are unnecessary since we don't use assert_dirs_equal.
2023-03-22Explain multiple tarball import with ignore-zerosArtem Sheremet
2023-03-21Add a negative test for import-tar --ignore-zerosArtem Sheremet
2023-03-21Add --ignore-zeros flag to import-tarArtem Sheremet
Fixes #7432.
2023-03-20Merge pull request #7455 from ThomasWaldmann/remove-cache-only-from-deleteTW
delete: remove --cache-only option, fixes #7440
2023-03-20Merge pull request #7452 from snsmac/fix/no_perm_retryTW
Do not retry on permission errors
2023-03-20test whether borg skips permission denied files without retriesThomas Waldmann
2023-03-20delete: remove --cache-only option, fixes #7440Thomas Waldmann
for deleting the cache only, use: borg rdelete --cache-only
2023-03-19Do not retry on permission errorssnsmac
2023-03-13Merge pull request #7442 from ThomasWaldmann/freebsd-xattr-fixes-masterTW
xattrs: fix namespace processing on FreeBSD, fixes #6997
2023-03-13xattrs: fix namespace processing on FreeBSD, fixes #6997Thomas Waldmann
2023-03-12Merge pull request #7437 from RayyanAnsari/windows-docsTW
docs: installation: Add instructions for Windows
2023-03-12docs: installation: Add instructions for WindowsRayyan Ansari
Remove the old Windows README while we're at it.
2023-03-12Merge pull request #7436 from snsmac/forwardport/id-hashTW
debug id-hash: implement file content id-hash computation, see #7406 (forwardport-master)
2023-03-12Merge pull request #7438 from RayyanAnsari/windows-ci-pathsTW
Windows CI: only run when certain files are modified
2023-03-12debug id-hash: implement file content id-hash computation, see #7406Thomas Waldmann
2023-03-12Windows CI: only run when certain files are modifiedRayyan Ansari
The Windows CI does not need to run when files such as docs are changed.
2023-03-11Merge pull request #7433 from ThomasWaldmann/remove-os-directory-masterTW
docs: remove OS directory from install docs
2023-03-11docs: remove OS directory from install docsThomas Waldmann
- links did not work that way - each OS has its own headline and can be discovered easily without that directory
2023-03-10Merge pull request #7423 from abebeos/7356-dev-setup-docsTW
docs: installation: add link to OS dependencies
2023-03-10Merge pull request #7427 from RayyanAnsari/windows-build-simplifyTW
Windows: simplify building
2023-03-10Windows: simplify buildingRayyan Ansari
Use the standard pip build command, and get rid of the build script.
2023-03-10add link to OS dependenciesabebeos
The "Building a development environment" section links to the "Using git" section. This can result in developers overseeing the os dependencies necessity. re #7356
2023-03-09Merge pull request #7421 from ThomasWaldmann/msgpack105-masterTW
allow msgpack 1.0.5 also
2023-03-09allow msgpack 1.0.5 alsoThomas Waldmann
2023-03-06Modified Item.pyx to include diffs in ctime and mtime (#7335)Michael Deyaso
diff: include changes in ctime and mtime, fixes #7248 also: - sort JSON output alphabetically - add --content-only to ignore metadata changes Co-authored-by: Michael Deyaso <mdeyaso@fusioniq.io>
2023-03-06Merge pull request #7413 from snsmac/forwardport/autotestTW
"auto" compressor tests: do not assume zlib is better than lz4, fixes #7363 (forwardport-master)
2023-03-06"auto" compressor tests: do not assume zlib is better than lz4, fixes #7363Thomas Waldmann
while that might be true for many cases, we can not assume it is always true, as proven by the failing test on S390.
2023-03-05Merge pull request #7401 from ThomasWaldmann/unicode-filenames-docs-masterTW
update FAQ about locale/unicode issues, fixes #6999
2023-03-05Merge pull request #7403 from ThomasWaldmann/mount-docs-masterTW
docs: improve mount options rendering, fixes #7359
2023-03-04Merge pull request #7405 from ThomasWaldmann/fix-debug-cmds-masterTW
fix borg debug get-obj/put-obj (master)
2023-03-04debug put-obj: id must be given on commandline, fixes #7290Thomas Waldmann
this is an incompatible change: before: borg debug put-obj path1 path2 ... (and borg computed all IDs automatically) (*) after: borg debug put-obj id path (id must be given) (*) the code just using sha256(data) was outdated and incorrect anyway. also: debug get-obj: improve error handling
2023-03-04docs: improve mount options rendering, fixes #7359Thomas Waldmann
2023-03-04update FAQ about locale/unicode issues, fixes #6999Thomas Waldmann
2023-03-01Merge pull request #7396 from ThomasWaldmann/improve-platformdirs-docsTW
clarify platformdirs requirements, fixes #7393
2023-03-01clarify platformdirs requirements, fixes #7393Thomas Waldmann
3.0.0 is only required for macOS due to breaking changes. 2.6.0 was the last breaking change for Linux/UNIX.
2023-02-28Merge pull request #7394 from helmutg/reproducible-docsTW
Make timestamps in manual pages reproducible
2023-02-28Make timestamps in manual pages reproducibleVagrant Cascadian
Refer to https://reproducible-builds.org/docs/source-date-epoch/ for documentation on SOURCE_DATE_EPOCH. Bug-Debian: https://bugs.debian.org/1029807 Signed-off-by: Helmut Grohne <helmut@subdivi.de>
2023-02-27Merge pull request #7390 from ThomasWaldmann/rel200b5TW
release 2.0.0 beta 5
2023-02-26build_man2.0.0b5Thomas Waldmann
2023-02-26build_usageThomas Waldmann
2023-02-26sphinx: fix extlinks configurationThomas Waldmann
otherwise sphinx crashes.
2023-02-26update CHANGES, set release dateThomas Waldmann
also minor other changes.
2023-02-26Merge pull request #7388 from diivi/feat/log-cache-dirTW
feat: add cache dir to --debug
2023-02-26Merge pull request #7389 from ThomasWaldmann/vagrant-updatesTW
updates and fixes done while working with the VMs
2023-02-26development.lock.txt: upgrade to more recent versionsThomas Waldmann
2023-02-26feat: add cache dir to --debugDivyansh Singh