mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-21 05:37:23 +00:00
docs: clarify --umask usage, fixes #1859
This commit is contained in:
parent
ea6515d1aa
commit
d7284a92f0
1 changed files with 11 additions and 0 deletions
|
@ -746,6 +746,17 @@ a new repository when changing chunker params.
|
|||
|
||||
For more details, see :ref:`chunker_details`.
|
||||
|
||||
|
||||
--umask
|
||||
~~~~~~~
|
||||
|
||||
If you use ``--umask``, make sure that all repository-modifying borg commands
|
||||
(create, delete, prune) that access the repository in question use the same
|
||||
``--umask`` value.
|
||||
|
||||
If multiple machines access the same repository, this should hold true for all
|
||||
of them.
|
||||
|
||||
--read-special
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Reference in a new issue