Commit graph

5196 commits

Author SHA1 Message Date
TW
2fdd7ed93d
Merge pull request #4431 from milkey-mouse/3504-bp1.1
Elaborate on append-only mode docs (1.1 backport)
2019-03-11 02:39:54 +01:00
Milkey Mouse
897b593ec4
Elaborate on append-only mode docs 2019-03-10 18:09:46 -07:00
jminer74
622866f592 docs/installation: added Alpine Linux to distribution list (#4414) (#4415)
docs/installation: added Alpine Linux to distribution list
2019-03-01 22:35:52 +01:00
TW
7a7e04a43a
Merge pull request #4386 from milkey-mouse/fix-4133-bp1.1
Only modify window.location when redirecting (1.1 backport)
2019-02-22 06:52:06 +01:00
Milkey Mouse
4da4738fdc
Only modify window.location when redirecting (fixes #4133)
window.location.pathname = window.location.pathname can trigger a redirect,
which created a refresh loop in usage.html.
2019-02-21 19:20:17 -08:00
TW
2d523c7b86
Merge pull request #4344 from ThomasWaldmann/update-scripts-1.1
signing binaries with Qubes OS support, docs
2019-02-11 02:42:32 +01:00
Thomas Waldmann
818c926b9d signing binaries with Qubes OS support, docs 2019-02-11 02:41:35 +01:00
TW
90d0589a66
Merge pull request #4342 from ThomasWaldmann/rel119
Release 1.1.9
2019-02-11 02:28:08 +01:00
Thomas Waldmann
384173180b test_mount_hardlinks: get rid of fakeroot-caused test fails, fixes #3389 2019-02-11 00:09:10 +01:00
Thomas Waldmann
ee45e46060 build_man 2019-02-10 21:21:14 +01:00
Thomas Waldmann
be2bc78d69 build_usage 2019-02-10 21:20:32 +01:00
Thomas Waldmann
448af58c1a update (c) year 2019-02-10 21:09:32 +01:00
Thomas Waldmann
7d304f771b update 1.1.9 release date 2019-02-10 21:07:14 +01:00
TW
c528371ea5
Merge pull request #4341 from ThomasWaldmann/update-changes-1.1
update CHANGES (1.1-maint)
2019-02-10 20:55:39 +01:00
Thomas Waldmann
6033161634 update CHANGES (1.1-maint) 2019-02-10 20:54:36 +01:00
TW
f0bea1b243
Merge pull request #4338 from SanskritFritz/1.1-maint
1.1 maint: more complete shell completions for borg mount -o
2019-02-10 20:45:12 +01:00
TW
e75d5213d6
Merge pull request #4339 from ThomasWaldmann/anarcat-faq-1.1
add warnings on repository copies to avoid future problem, fixes #4272
2019-02-10 20:43:09 +01:00
anarcat
3f5be94aa7 add warnings on repository copies to avoid future problem, fixes #4272 2019-02-10 20:28:31 +01:00
SanskritFritz
9e7f024abf Option arguments for zsh tab completion 2019-02-10 20:27:04 +01:00
SanskritFritz
8017a8ba18 More complete shell completions for borg mount -o 2019-02-10 20:25:39 +01:00
TW
5b005bc460
Merge pull request #4331 from ThomasWaldmann/fuse-default-options
borg mount / borgfs security fix (1.1-maint)
2019-02-10 12:51:29 +01:00
Thomas Waldmann
1b277cb1ff security fix: configure FUSE with "default_permissions", fixes #3903
"default_permissions" is now enforced by borg by default to let the
kernel check uid/gid/mode based permissions.

"ignore_permissions" can be given to not enforce "default_permissions".

note: man mount.fuse explicitly tells about the security issue:

    default_permissions
	By  default FUSE doesn't check file access permissions, ...
	This option enables permission checking, restricting access
	based on file mode.
	This option is usually useful together with the allow_other
	mount option.

We consider this a pitfall waiting for someone to fall into and this is
why we chose to change the default behaviour for borg.
2019-02-10 10:21:48 +01:00
TW
b5518b19e1
Merge pull request #4334 from SanskritFritz/1.1-maint
1.1-maint shell completions for borg 1.1.9
2019-02-08 20:04:29 +01:00
SanskritFritz
071febdd68 New shell completions for borg 1.1.9 2019-02-08 14:27:44 +01:00
SanskritFritz
1383459a08 Added shell completions for borg help 2019-02-08 13:00:54 +01:00
TW
075600d65d
Merge pull request #4328 from ThomasWaldmann/update-changes-1.1
update CHANGES (1.1-maint)
2019-02-05 17:50:29 +01:00
Thomas Waldmann
21f5fafb81 update CHANGES (1.1-maint) 2019-02-05 17:33:54 +01:00
TW
ca8040317d
Merge pull request #4326 from ThomasWaldmann/backports-16
1.1-maint backports (16)
2019-02-05 16:18:32 +01:00
TW
2f99fba20b
Merge pull request #4324 from ThomasWaldmann/backports-15
1.1-maint backports (15)
2019-02-05 16:01:05 +01:00
Thomas Waldmann
b407b36320 fixup: compute all from sync.* 2019-02-05 14:42:55 +01:00
Thomas Waldmann
f8feaa7dd5 fixup: rename expect_chunks_map_key state to expect_map_key 2019-02-05 14:42:43 +01:00
Thomas Waldmann
e0480800d5 cache_sync: compute size/count stats, borg info: consider part files
fixes #3522
2019-02-05 14:42:31 +01:00
Thomas Waldmann
429645d174 borg init --make-parent-dirs parent1/parent2/repo_dir, fixes #4235 2019-02-05 14:32:56 +01:00
Thomas Waldmann
2378ef4890 add archive name to check --repair output, fixes #3447
so it does not look like duplicated and also informs the user about
affected archives.
2019-02-05 14:31:15 +01:00
Manuel Riel
e5b880f222 FAQ regarding change of compression settings. Fixes #4222 2019-02-05 14:29:07 +01:00
TW
585dd6b59b
Merge pull request #4323 from ThomasWaldmann/backports-14
1.1-maint backports (14)
2019-02-05 14:23:40 +01:00
Manuel Riel
e6505ec434 add note about BSD flags to changelog, fixes #4246 2019-02-05 14:20:20 +01:00
Greg Grossmeier
ac174e89b4 Docs: Improve logging in example automation script
* add a final info entry for successful completion
2019-02-05 14:18:31 +01:00
James Vasile
75dc085e57 Add note about files changing during backup, fixes #4081 2019-02-05 14:16:51 +01:00
TW
94851b0c5f
Merge pull request #4317 from ThomasWaldmann/workaround-wsl-sync_file_range-issue
work around some Microsoft WSL issues
2019-02-05 04:44:37 +01:00
TW
38b40e805e
Merge pull request #4318 from ThomasWaldmann/workaround-backslash-issue
work around the backslash issue, see #4280
2019-02-05 03:35:46 +01:00
Thomas Waldmann
59e067816e work around the backslash issue, see #4280
thanks to AJ Jordan @strugee for finding this.

while using \\ gives a single backslash when using "borg help pattern"
on the shell, our rendered html docs did not show the single backslash
at all.

i was lazy do dig into that issue, so i just used the word "backslash".

:-)
2019-02-05 01:56:42 +01:00
Thomas Waldmann
53649cd6e6 work around some Microsoft WSL issues
see there:

https://github.com/borgbackup/borg/issues/1961

and especially there (not implemented sync_file_range):

https://github.com/Microsoft/WSL/issues/645
2019-02-05 01:30:54 +01:00
TW
c10883a1d7
Merge pull request #4313 from ThomasWaldmann/fix-tests-1.1
fix duplicate test method name, fixes #4311
2019-02-03 03:56:02 +01:00
Thomas Waldmann
cbe98e4f19 fix duplicate test method name, fixes #4311
thanks to Anthony Sottile for finding this!
2019-02-03 02:36:41 +01:00
TW
ee6665964e
Merge pull request #4310 from ThomasWaldmann/check-msgpack
check msgpack version, terminate for unsupported versions
2019-02-03 02:15:24 +01:00
Thomas Waldmann
7786eea531 check msgpack version, terminate for unsupported versions 2019-02-03 00:00:10 +01:00
TW
c7ad4f12f8
Merge pull request #4303 from ThomasWaldmann/twine-1.1
update release workflow using twine (docs, scripts), see #4213
2019-02-02 06:11:37 +01:00
TW
532a594960
Merge pull request #4305 from ThomasWaldmann/update-changes-1.1
update CHANGES (1.1-maint)
2019-02-02 00:17:02 +01:00
Thomas Waldmann
10f7c0f50c update CHANGES (1.1-maint) 2019-02-02 00:14:55 +01:00