Commit graph

5794 commits

Author SHA1 Message Date
James Buren
1219a84753 resolve clarify borg check --verify-data (#5808) 2021-06-19 07:15:46 -05:00
TW
bc36ccb158
Merge pull request #5852 from braewoods/backport_typos
Fix typos (backport of #5597)
2021-06-16 22:36:09 +02:00
James Buren
8bbcafdfcb Fix typos (backport of #5597) 2021-06-16 10:25:43 -05:00
TW
27b08ab57c
Merge pull request #5850 from braewoods/exclude-from
Complements the documentation for pattern files and exclude files (#5520)
2021-06-16 16:00:36 +02:00
Nehalenniæ Oudin
0678b0ad2d Complements the documentation for pattern files and exclude files (#5520)
docs: "filename with spaces" example added to exclude file, fixes #5236

note: no whitespace escaping needed, processed by borg.
2021-06-16 08:47:17 -05:00
TW
7a7da3550c
Merge pull request #5846 from braewoods/typos_dec
Complete documentation on append-only remote repos (#5519)
2021-06-16 15:39:25 +02:00
TW
6742d9e5e4
Merge pull request #5847 from ThomasWaldmann/no-distutils-but-packaging-1.1
No distutils but packaging (backport to 1.1)
2021-06-16 15:34:33 +02:00
TW
d6f8fd39f4
Merge pull request #5845 from braewoods/missing-chunk-id
missing / healed chunks: always tell chunk ID, fixes #5704
2021-06-16 15:06:22 +02:00
Thomas Waldmann
547dc674c8 github CI: test on py310 (again) 2021-06-16 15:03:20 +02:00
Thomas Waldmann
1cbdcba5e9 get rid of distutils, use packaging 2021-06-16 15:03:20 +02:00
Thomas Waldmann
db50534de4 setup.py: get rid of distutils, use setuptools
distutils is deprecated and gives warnings on py 3.10.

rename "clean" to "clean2" to avoid shadowing the "clean" command.
2021-06-16 15:03:20 +02:00
Nehalenniæ Oudin
249f133d61 Complete documentation on append-only remote repos (#5519)
improve docs/FAQ about append-only remote repos, fixes #5497
2021-06-16 07:55:34 -05:00
Thomas Waldmann
15318dc4f6 missing / healed chunks: always tell chunk ID, fixes #5704 2021-06-16 04:47:39 -05:00
TW
4c4c00fac3
Merge pull request #5835 from ThomasWaldmann/fix-dryrun-display-1.1
create --dry-run: fix display of kept tagfile, fixes #5834
2021-06-15 22:41:05 +02:00
Thomas Waldmann
1ff4cac3b0 create --dry-run: fix display of kept tagfile, fixes #5834 2021-06-15 19:09:51 +02:00
TW
7b1d1d0c77
Merge pull request #5829 from ThomasWaldmann/kill-stale-lock-race-1.1
handle crash due to kill stale lock race, fixes #5828
2021-06-09 22:50:46 +02:00
Thomas Waldmann
350c54f92c handle crash due to kill stale lock race, fixes #5828 2021-06-09 14:16:43 +02:00
TW
af00ed463b
Merge pull request #5823 from ThomasWaldmann/consistently-fail-msg-1.1
fix missing parameter in "did not consistently fail" msg, see #5822
2021-06-09 13:38:03 +02:00
Thomas Waldmann
30a93d56fc fix missing parameter in "did not consistently fail" msg, see #5822 2021-06-05 14:59:01 +02:00
TW
6b35dc4d9a
Merge pull request #5810 from elho/1.1-maint
add progress indicator for archive check
2021-05-16 13:39:38 +02:00
Elmar Hoffmann
ab46b69317 add progress indicator for archive check
Depending on the number of archives in a repository, the archive check part
of the check operation can take some time, so it should have a progress
indicator as well.
2021-05-15 23:43:48 +02:00
TW
37259a8fe5
Merge pull request #5802 from lyh16/patch-3
It's 2021
2021-05-12 17:08:05 +02:00
TW
2f41d52dba
Merge pull request #5803 from lyh16/patch-4
It's 2021
2021-05-12 17:07:47 +02:00
lyh16
ee4650520b
It's 2021 2021-05-12 21:44:42 +09:00
lyh16
aca1de51cc
It's 2021 2021-05-12 21:43:44 +09:00
TW
9d21b79537
Merge pull request #5776 from ThomasWaldmann/backports2
backports2
2021-04-19 22:02:22 +02:00
Guinness
e5a91e2538 Add a hint on sleeping computer in the FAQ
Now the FAQ warns that a sleeping computer can lead to a broken pipe
when backing up over ssh.

Fixes #5301
2021-04-19 21:59:05 +02:00
Guinness
5a42ac654f Update the documentation on hacked backup client.
Fixes #5480.
2021-04-19 21:50:08 +02:00
TW
31f95162d4
Merge pull request #5774 from ThomasWaldmann/backports1
Fixes BORG_CACHE_DIR crashing borg if empty, fixes #5216
2021-04-19 21:35:27 +02:00
Thomas Waldmann
24404383ea fix repeated cache tag file writing bug (backport)
this bug was introduced by PR #5485 and also affects backport PR #5774.
2021-04-19 21:12:09 +02:00
Thomas Waldmann
aa7a76cf35 Fixes BORG_CACHE_DIR crashing borg if empty, fixes #5216
This is a backport of #5485.
2021-04-19 20:58:29 +02:00
TW
d9a9ca41b0
Merge pull request #5728 from rblenis/1.1-maint-cleanup-flake8-checks
1.1-cleanup code style checks
2021-04-19 17:35:23 +02:00
Robert Blenis
df1014ec67 fix pep8 violations - errorlist.py 2021-04-18 11:00:22 -04:00
Robert Blenis
d11f1a7454 fix pep8 violations - conftest.py 2021-04-18 10:59:19 -04:00
Robert Blenis
71cc8b06b8 cleanup flake8 checks
- make code style exceptions tailored to specific files, so that it's less likely that new violations creep into the code.
2021-03-28 09:10:17 -04:00
TW
760dead0bb
Merge pull request #5718 from ThomasWaldmann/rel1116
release 1.1.16
2021-03-22 23:59:04 +01:00
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