Commit graph

5758 commits

Author SHA1 Message Date
Thomas Waldmann
fcf62872fb build_usage 2021-03-22 20:55:52 +01:00
Thomas Waldmann
95a719eba4 build_man 2021-03-22 20:55:52 +01:00
Thomas Waldmann
427a7c4d29 update CHANGES 2021-03-22 20:55:52 +01:00
Thomas Waldmann
41cebc6847 remove py310 support declaration again, see #5729 2021-03-22 20:14:34 +01:00
Thomas Waldmann
a90412271f minor fix: fix order issue in test
backport of 10368f9c2c
2021-03-22 20:05:00 +01:00
Thomas Waldmann
f8a098f40b vagrant: update freebsd box to 12.1
The 11.4 box showed some strange behaviour in the fuse tests and
also some network related issues.

The 12.1 box is also used by master branch and considering 12.1
just went out of support, guess it is "old enough" for 1.1-maint
and for building borg binaries.
2021-03-22 20:05:00 +01:00
Thomas Waldmann
569bcdfb25 vagrant: remove the xenial box
this box now runs into pip vs py35 compatibility issues,
the pip that gets installed uses py36 features and crashes
with SyntaxError.

considering that xenial is running out of support 2021/04
anyway, i am just removing this box rather than fixing this.

borg is still tested with py35 via github actions / via pyenv.
2021-03-22 20:05:00 +01:00
TW
72f8423666
Merge pull request #5744 from adrian5/commas-1.1
docs: Add commas to pattern help section
2021-03-22 14:57:12 +01:00
TW
a174fbc2d8
Merge pull request #5745 from ImUrX/patch-2
docs: explain hash collision
2021-03-22 14:56:16 +01:00
Uriel
bdca48b96b
backport from master 2021-03-21 09:46:58 -03:00
adrian5
04f77c64c8 docs: Add commas to pattern help section 2021-03-21 11:15:24 +01:00
TW
aa569abf37
Merge pull request #5732 from ThomasWaldmann/attack-or-unsafe-docs-1.1
docs: add unsafe workaround to use an old repo copy, fixes #5722
2021-03-12 22:30:27 +01:00
Thomas Waldmann
ed9bdaef19 docs: add unsafe workaround to use an old repo copy, fixes #5722 2021-03-12 22:28:39 +01:00
Robert Blenis
5c7e2857ad
add --json-lines option to diff command (#5710)
diff: add --json-lines option

Co-authored-by: Robert Blenis <r.blenis@visionxyz.com>
2021-03-12 21:25:35 +01:00
TW
a8bfe53c7f
Merge pull request #5731 from ThomasWaldmann/disable-py310-testing-1.1-maint
don't test on py310 for now
2021-03-12 20:47:50 +01:00
Thomas Waldmann
0327a414d3 don't test on py310 for now
it breaks everything due to issue #5729 - reenable after fixing that.
2021-03-12 20:33:07 +01:00
TW
3c09ea79ab
Merge pull request #5715 from ThomasWaldmann/update-changes-1.1.16
update CHANGES
2021-03-01 01:12:28 +01:00
Thomas Waldmann
7c6c801fe1 update CHANGES 2021-02-28 23:54:25 +01:00
TW
abe2b6b315
Merge pull request #5706 from ThomasWaldmann/files-cache-debug-logging-1.1
verbose files cache logging via --debug-topic=files_cache, fixes #5659
2021-02-28 21:59:24 +01:00
TW
fa2da99546
Merge pull request #5707 from ThomasWaldmann/repo-config-nonint-values-1.1
Repo config nonint values (1.1)
2021-02-28 21:52:38 +01:00
Thomas Waldmann
433658ddee verbose files cache logging via --debug-topic=files_cache, fixes #5659 2021-02-24 00:12:16 +01:00
Thomas Waldmann
43c7db0e10 config: accept non-int value for max_segment_size
borg config REPO max_segment_size 500M

note: when setting a non-int value for this in a repo config, using the repo will require borg >= 1.1.16.
2021-02-23 23:52:46 +01:00
Thomas Waldmann
c4f73c9061 config: accept non-int value for storage_quota
borg config REPO storage_quota 100G

note: when setting a non-int value for this in a repo config, using the repo will require borg >= 1.1.16.
2021-02-23 23:44:42 +01:00
TW
6daa62f450
Merge pull request #5705 from m3nu/issue/5660/macfuse-m1
Apple M1 compatibility
2021-02-22 17:23:25 +01:00
Manu
57cdbba56e Apple M1 compatibility 2021-02-22 10:35:11 +08:00
TW
44ba5ddd87
Merge pull request #5684 from FelixSchwarz/drop-old-buffer-protocol-support
msgpack: drop support for old buffer protocol
2021-02-22 01:12:53 +01:00
Thomas Waldmann
dddba68e6e version 0.5.6+borg1 for the locally modified msgpack
also: adapt version check to only check major.minor.patch.
2021-02-22 00:51:30 +01:00
TW
2f9fc3dc09
Merge pull request #5701 from ThomasWaldmann/noacls-noxattrs-1.1
implement --noacls --noxattrs (1.1-maint)
2021-02-21 23:49:49 +01:00
Thomas Waldmann
17e416de62 some micro-opts in stat_ext_attrs 2021-02-16 22:24:11 +01:00
Thomas Waldmann
4545b9e54d create/extract: add --noxattrs option, #3955
when given with borg create, borg will not get xattrs from input files (and thus, it will not archive xattrs).

when given with borg extract, borg will not read xattrs from archive and it will not set xattrs on extracted files.
2021-02-16 21:30:01 +01:00
Thomas Waldmann
b40544ddba create/extract: add --noacls option, #3955
when given with borg create, borg will not get ACLs from input files (and thus, it will not archive ACLs).

when given with borg extract, borg will not read ACLs from archive and it will not set ACLs on extracted files.
2021-02-16 21:08:47 +01:00
Thomas Waldmann
a2592b53bc fixup: use 3.10-dev as it is not released yet 2021-02-16 19:34:04 +01:00
Thomas Waldmann
ae7fd1dff4 fixup: use quotes for py versions
otherwise github action badly parses 3.10 and tries to install python 3.1.
2021-02-16 19:30:43 +01:00
Thomas Waldmann
24a7f107a9 add support and testing for python 3.10 2021-02-16 19:07:50 +01:00
TW
1f51185969
Merge pull request #5700 from ThomasWaldmann/patch-4-1.1
Add badge with current status of package
2021-02-16 00:15:18 +01:00
infectormp
a5c318fca9 Add badge with current status of package 2021-02-16 00:12:55 +01:00
TW
b8be174fae
Merge pull request #5698 from ThomasWaldmann/do-not-exclude-var-cache-#5625-1.1
docs: remove /var/cache exclusion in example commands
2021-02-15 23:36:09 +01:00
Matthew R. Trower
a88b778184 docs: remove /var/cache exclusion in example commands
This is generally a poor idea and shouldn't be promoted through examples.

Fixes #5625
2021-02-15 23:33:44 +01:00
TW
0c9d3d53d1
Merge pull request #5697 from ThomasWaldmann/update-changes-1116
update CHANGES
2021-02-15 23:19:51 +01:00
Thomas Waldmann
dce4612d3e update CHANGES 2021-02-15 23:09:47 +01:00
TW
6880157c09
Merge pull request #5696 from ThomasWaldmann/fix-5603-1.1
do not recurse into duplicate roots, fixes #5603 (1.1-maint)
2021-02-15 22:31:10 +01:00
TW
908adb5f54
Merge pull request #5695 from ThomasWaldmann/improve-borg-check-logging-1.1
check: debug log segment filename
2021-02-15 22:00:46 +01:00
Thomas Waldmann
a940ec76bc move requires_hardlinks upwards 2021-02-15 21:55:09 +01:00
Thomas Waldmann
1acb4510c1 do not recurse into duplicate roots, fixes #5603 2021-02-15 21:54:24 +01:00
Thomas Waldmann
35aa47d588 add a test whether a duplicate root is skipped, see #5603 2021-02-15 21:50:23 +01:00
Thomas Waldmann
f283ff25dc add a test for hardlink extraction issue, see #5603 2021-02-15 21:50:12 +01:00
TW
641418d06d
Merge pull request #5693 from ThomasWaldmann/repo-fixes-1.1
Repo changes backport to 1.1-maint
2021-02-15 21:41:44 +01:00
TW
4a181f74a4
Merge pull request #5694 from ThomasWaldmann/misc-fixes-1.1
backport comment about archives.list() defaults
2021-02-15 21:40:27 +01:00
Thomas Waldmann
578b30e59d check: debug log segment filename 2021-02-15 21:33:36 +01:00
Thomas Waldmann
f357c1b946 backport comment about archives.list() defaults
backport of comment from a77db94b01
2021-02-15 21:15:41 +01:00