Commit graph

1382 commits

Author SHA1 Message Date
Thomas Waldmann
73f7e67093
add CVE-2023-36811 related upgrade notes 2023-09-08 17:59:53 +02:00
Thomas Waldmann
5b2d47113b
implement BORG_WORKAROUNDS=ignore_invalid_archive_tam, see #7791 2023-09-08 17:59:50 +02:00
Thomas Waldmann
df753c0312
BORG_WORKAROUNDS=authenticated_no_key to extract from authenticated repos without key, fixes #7700 2023-09-08 15:33:32 +02:00
Thomas Waldmann
6655d7c736 docs: update archive_progress json description about "finished", see #6570 2022-07-25 13:06:48 +02:00
Thomas Waldmann
7b908b5473 docs: json progress_percent: some values are optional, fixes #4074
in the finished == true message, these are missing:
- message
- current / total
- info

This is to be somewhat consistent with #6683 by only providing a
minimal set of values for the finished case.

The finished messages is primarily intended for cleanup purposes,
e.g. clearing the progress display.
2022-07-01 14:36:25 +02:00
Thomas Waldmann
c2a33e6d9e update CHANGES 2022-06-05 14:21:54 +02:00
Thomas Waldmann
549df1e15e build_man 2022-06-05 10:21:17 +02:00
Thomas Waldmann
967d3c7fdc build_usage 2022-06-05 10:21:17 +02:00
Thomas Waldmann
7b25232b9d update CHANGES 2022-06-03 10:23:10 +02:00
Andrea Gelmini
3bdf4ba829 Fix typos (#6688)
fix typos

Co-authored-by: Thomas Waldmann <tw@waldmann-edv.de>
2022-05-15 23:41:57 +02:00
Thomas Waldmann
19f2d274d5 docs: mention BORG_FILES_CACHE_SUFFIX as alternative to BORG_FILES_CACHE_TTL, fixes #5602 2022-05-07 18:46:54 +02:00
Andrey Bienkowski
286c20a87a Add a troubleshooting note to the FAQ 2022-04-24 11:27:32 +03:00
TW
18c8d543fd
Merge pull request #6634 from ThomasWaldmann/update-changes-1.1
update CHANGES
2022-04-20 13:02:32 +02:00
Thomas Waldmann
761ff5b2fd FAQ: add a hint about --debug-topic=files_cache 2022-04-20 13:01:03 +02:00
Thomas Waldmann
a4bf24ea63 update CHANGES 2022-04-19 23:51:10 +02:00
TW
eae893c62e
Merge pull request #6590 from ThomasWaldmann/docs-virt-1.1
virtualisation speed tips
2022-04-13 23:24:45 +02:00
Thomas Waldmann
259714eecf virtualisation speed tips 2022-04-13 23:09:26 +02:00
Thomas Waldmann
68c1be2fb6 docs: fix values of TAG bytes, fixes #6515 2022-04-12 17:59:15 +02:00
Jonathan Rascher
75e2efaf32 (docs) Recommend umask for passphrase file perms
The previous sample for creating a ~/.borg-passphrase file creates it first and then chmod's it to 400 permissions. That's probably fine in practice, but means there's a tiny window where the passphrase file is sitting with default permissions (likely world readable, depending on the system umask).

It seems safer to first change the umask to remove all group & world bits (0077) _before_ creating the file. To be polite and avoid messing with the user's previous umask, we do this in a subshell. (Note that umask 0077 leads to a mode of 600 rather than the previous 400, because removing the owner write bit doesn't seem to buy much since the owner can just chmod the file anyway.)
2022-04-09 23:59:27 -05:00
Thomas Waldmann
26a61c7a87 docs: update link to ubuntu packages, fixes #6485 2022-03-26 18:07:32 +01:00
Julian Picht
d5046cdb30 docs: Clarify on-disk order and size of log entry fields (#6357)
docs: clarify on-disk order and size of log entry fields

The order of the fields of a log entry on disk is CRC32 first, the docs had the size first.

I tried to make this list similar to the HashIndex struct description.
2022-02-26 17:15:56 +03:00
Thomas Waldmann
710d342493 docs: do not transform --/--- to unicode dashes 2022-02-24 08:42:48 +03:00
Andrey Bienkowski
f7039d5619 Apply review suggestions 2022-02-07 11:44:03 +03:00
Andrey Bienkowski
9557821715 Review suggestion: mention local nonce path
> do we maybe also want to mention the specific path where the local
> nonce is kept?
2022-02-07 11:44:03 +03:00
Andrey Bienkowski
6a4305b255 Doc: warn about tampered server nonce
https://github.com/borgbackup/borg/pull/6188#discussion_r794752672
> Well, guess one could also use max(list of trusted nonce values).
>
> The real issue is if you have lost all or some of the trusted
> (client side) nonce values and you also have reason to not trust the
> server side nonce, because someone might attack you on the server.
2022-02-07 11:44:03 +03:00
Andrey Bienkowski
2652ec6fc0 Doc: impact of deleting path/to/repo/nonce
Fixes: https://github.com/borgbackup/borg/issues/5858
2022-02-07 11:44:03 +03:00
Thomas Waldmann
6e9119d923 docs: FUSE "versions" view is not experimental any more 2022-01-31 21:17:57 +01:00
Thomas Waldmann
ff3465c27f docs: fix/update cygwin package requirements 2022-01-31 00:26:47 +01:00
Thomas Waldmann
fd0b3d32ac update CHANGES 2022-01-29 19:07:20 +01:00
Andrey Bienkowski
b5f3cd44e8 Doc: ~/.config/borg/keys is not used w/ repokey (#6185)
docs: ~/.config/borg/keys is not used for repokey keys, fixes #6107

Thanks to ThomasWaldmann for suggesting this
https://github.com/borgbackup/borg/pull/6185#discussion_r793995379
2022-01-28 21:41:40 +03:00
TW
8bd7335264
Merge pull request #6164 from hexagonrecursion/rewrite
Backport: minor rewrite to make it less confusing (get rid of "Avoid to create a mixup")
2022-01-23 22:19:24 +01:00
TW
946a7c3cc6
Merge pull request #6161 from hexagonrecursion/clarify
Backport: clarify who starts the remote agent
2022-01-23 22:17:36 +01:00
Mateusz Konieczny
44344514ca minor rewrite to make it less confusing (get rid of "Avoid to create a mixup") (#5490)
docs: permissions note rewritten to make it less confusing

Original wording was confusing "Avoid to create a mixup of users and permissions in your repository (or cache)." is not clear, what should be avoided?

Also implement some feedback of @jdchristensen.

Co-authored-by: Thomas Waldmann <tw@waldmann-edv.de>
2022-01-23 07:01:07 +03:00
Thomas Waldmann
24331c9cf2 it's 2022 2022-01-23 06:46:24 +03:00
Tavlor
5ad57f1368 clarify who starts the remote agent
It was unclear that the user _only_ needs to have borg installed on a remote system to use client/server mode. Hopefully this change makes it apparent that the user doesn't start anything on the remote system themselves.
2022-01-23 06:43:52 +03:00
TW
eff08b074d
Merge pull request #6087 from fantasya-pbem/1.1-maint
#5903 - Test/improve pull backup docs
2021-12-12 23:01:40 +01:00
Thalian
7d2a12116e #5903 - Test/improve pull backup docs
Backport from master #5150: Document the socat pull mode described in #900.
2021-12-11 17:15:45 +01:00
Andrey Bienkowski
e9f27d81f3 Backport #6083: borg serve: improve ssh forced commands docs
Co-Authored-By: Andrey Bienkowski <hexagon-recursion@posteo.net>
2021-12-10 22:17:08 +03:00
Reiko Asakura
75a0b0d720
Workaround for volume shadow copy in WSL1 2021-11-10 20:00:22 -05:00
AJ Jordan
a80cbfc249
Fix manifest-timestamp path
This is a backport of PR #6016 to the 1.1-maint branch.
2021-10-18 18:49:06 -04:00
ahtaarra
9d351e5830
docs: fix the broken link to .nix file
(This incorporates the same change as this PR: https://github.com/borgbackup/borg/pull/5999
Fix the link to .nix file in the docs which has been broken since this change: e570d93519
2021-10-09 17:45:19 +06:00
Tommy Nguyen
0f39bcc70f
Backport documentation changes
Includes changes for #5958 #5959
2021-08-26 17:26:00 -04:00
remyabel
f3db40c57f
docs: update referenced freebsd version (#5945) (#5949)
docs: fix binary build freebsd/macOS version, fixes #5942

backports of #5945
2021-08-06 12:35:09 +02:00
TW
b4b1c403a1
Merge pull request #5930 from remyabel/docs-fix-warnings
docs: fix sphinx warnings
2021-07-18 23:26:10 +02:00
Tommy Nguyen
928347bd89
docs: remove duplicate faq entries
Fixes: #5926
2021-07-17 23:38:10 -04:00
Tommy Nguyen
d91c34f113
docs: fix sphinx warnings
Fixes: #5919
2021-07-17 23:32:46 -04:00
Thomas Waldmann
fdc0743457 build_man 2021-07-12 19:27:52 +02:00
Thomas Waldmann
fc3b7fdad1 build_usage 2021-07-12 19:27:10 +02:00
Thomas Waldmann
9db019f75c update CHANGES 2021-07-12 16:02:38 +02:00
Thomas Waldmann
86c40b6bde update CHANGES 2021-07-11 23:35:52 +02:00