Thomas Waldmann
e7bd9e8442
update CHANGES
2022-07-29 11:48:18 +02:00
remyabel2
c56025000b
docs: add info on man page installation ( #6894 )
2022-07-27 13:46:48 +02:00
Thomas Waldmann
404fe33a8d
docs: update archive_progress json description about "finished", see #6570
2022-07-25 13:06:06 +02:00
TW
8a42d88120
Merge pull request #6197 from hexagonrecursion/expect
...
Automate asciinema screencasts
2022-07-07 00:01:28 +02:00
Thomas Waldmann
bfae252593
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:31:23 +02:00
Thalian
6990aca7ac
[DOCS] #5960 - FAQ: Full quota / full disk
...
Backport from master.
2022-06-29 17:56:23 +02:00
targhs
08629e4d83
Commit shell syntax for installation using git
2022-06-12 22:37:37 +05:30
Thomas Waldmann
9fad4ba1cb
build_man
2022-06-05 20:14:26 +02:00
Thomas Waldmann
a7c1c1cb16
build_usage
2022-06-05 20:13:46 +02:00
Thomas Waldmann
6c0842ec42
update CHANGES
2022-06-05 20:09:06 +02:00
TW
7475e661bf
Merge pull request #6751 from ThomasWaldmann/update-changes-1.2
...
update CHANGES (1.2)
2022-06-05 18:36:37 +02:00
TW
eeb55c10c4
Merge pull request #6749 from fantasya-pbem/docs/4776_FAQ_swapped-targets_main
...
[DOCS] #4776 - FAQ: How to swap backup media
2022-06-05 18:33:50 +02:00
Thalian
cfcf99ccb5
[DOCS] #4776 - FAQ: How to swap backup media
...
Backport from master.
2022-06-05 18:22:23 +02:00
Thomas Waldmann
4ae08ee972
update CHANGES
2022-06-05 18:18:49 +02:00
Thomas Waldmann
677db66e9d
update CHANGES with 1.1.18 changelog
2022-06-05 17:45:48 +02:00
Thomas Waldmann
b55bb4694d
update CHANGES
2022-05-27 17:12:56 +02:00
Thalian
2694652e37
#6407 - Document Borg 1.2 pattern behavior change
...
Backport from master: Make clear that absolute paths always go into the matcher as if they are relative (without leading slash). Adapt all examples accordingly.
2022-05-27 15:14:01 +02:00
Andrea Gelmini
f4d7c32058
Fix typos ( #6688 )
...
fix typos
Co-authored-by: Thomas Waldmann <tw@waldmann-edv.de>
2022-05-15 23:43:50 +02:00
Christopher Klooz
c3bbb5e57a
docs: authentication primitives: improved security and performance infos (1.2) ( #6692 )
...
docs: authentication primitives: improved security and performance infos
2022-05-14 22:56:39 +02:00
Thomas Waldmann
6d6711768e
docs: mention BORG_FILES_CACHE_SUFFIX as alternative to BORG_FILES_CACHE_TTL, fixes #5602
2022-05-07 18:47:41 +02:00
Andrey Bienkowski
622ec1a181
Add a troubleshooting note to the FAQ
2022-04-24 11:27:37 +03:00
Thomas Waldmann
56262b57bd
FAQ: add a hint about --debug-topic=files_cache
2022-04-20 13:00:34 +02:00
TW
d6f7056d9d
Merge pull request #6589 from ThomasWaldmann/docs-virt-1.2
...
virtualisation speed tips
2022-04-13 23:24:59 +02:00
Thomas Waldmann
08ed786f6d
virtualisation speed tips
2022-04-13 23:08:39 +02:00
Thomas Waldmann
bb6188da49
docs: fix values of TAG bytes, fixes #6515
2022-04-12 17:58:13 +02:00
Jonathan Rascher
4b58dafd31
(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:58:45 -05:00
Thomas Waldmann
c14bc52189
docs: update link to ubuntu packages, fixes #6485
2022-03-26 18:07:03 +01:00
Michael Bauer
1345f06f2b
use --numeric-ids in pull doc
...
replace flag --numeric-owner with --numeric-ids
2022-03-10 08:34:27 +03:00
Thomas Waldmann
c4ed840c7b
pyupgrade --py38-plus ./**/*.py
2022-02-27 21:12:44 +01:00
Thomas Waldmann
51a676cc6f
remove blake2 docs, blake2 code not bundled any more, fixes #6371
2022-02-27 14:43:27 +01:00
Julian Picht
e49a1b5d9b
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-25 15:03:21 +03:00
Thomas Waldmann
f5116a7e67
docs: do not transform --/--- to unicode dashes
2022-02-23 20:08:27 +01:00
Thomas Waldmann
7265f6adb8
quickstart docs: only borg compact frees disk space
2022-02-19 19:25:16 +01:00
Thomas Waldmann
6641a9629d
build_man
2022-02-19 18:48:13 +01:00
Thomas Waldmann
9a8eec6af1
build_usage
2022-02-19 18:47:47 +01:00
Thomas Waldmann
7b36f001f6
fixup: set release date
2022-02-19 18:45:19 +01:00
Thomas Waldmann
0a5b329008
update CHANGES
2022-02-19 18:41:43 +01:00
Thomas Waldmann
ee32c1b63d
update CHANGES
2022-02-14 18:55:59 +01:00
Thomas Waldmann
634b1e5a1a
docs: add borg 1.2 upgrade notes
2022-02-06 21:22:37 +01:00
Thomas Waldmann
ef8aac2e4c
build_man
2022-02-05 17:52:25 +01:00
Thomas Waldmann
b430c8d15a
build_usage
2022-02-05 17:52:25 +01:00
Thomas Waldmann
fa26d5f7c4
update CHANGES
2022-02-05 17:45:35 +01:00
Andrey Bienkowski
6bc1f48e4e
Apply review suggestions
2022-02-05 09:07:13 +03:00
Andrey Bienkowski
d6c16d77cb
Review suggestion: mention local nonce path
...
> do we maybe also want to mention the specific path where the local
> nonce is kept?
2022-02-05 09:07:13 +03:00
Andrey Bienkowski
fab5024cb7
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-05 09:07:13 +03:00
Andrey Bienkowski
62fe1cab30
Doc: impact of deleting path/to/repo/nonce
...
Fixes: https://github.com/borgbackup/borg/issues/5858
2022-02-05 09:07:04 +03:00
Thomas Waldmann
6c517e4c25
docs: FUSE "versions" view is not experimental any more
2022-01-31 21:01:49 +01:00
Thomas Waldmann
faf980cb69
update install docs, fixes #6180
2022-01-29 01:52:41 +01:00
Dee Newcum
03bbad0d17
docs: fix/update cygwin package requirements ( #5735 )
...
docs: cygwin package requirements fixes/updates
Co-authored-by: Thomas Waldmann <tw@waldmann-edv.de>
2022-01-29 01:51:23 +01:00
Andrey Bienkowski
98fcef57ce
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 18:29:40 +01:00