mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 04:45:15 +00:00
docs: fix typo in working with repos
When using the `copy` command, `--from-password-file` and `--from-password-command` flags are used to specify the password of the source repository, not of the destination repository.
This commit is contained in:
parent
76bd975e03
commit
f44fd73230
@ -120,7 +120,7 @@ be skipped by later copy runs.
|
|||||||
The source repository is specified with ``--from-repo`` or can be read
|
The source repository is specified with ``--from-repo`` or can be read
|
||||||
from a file specified via ``--from-repository-file``. Both of these options
|
from a file specified via ``--from-repository-file``. Both of these options
|
||||||
can also be set as environment variables ``$RESTIC_FROM_REPOSITORY`` or
|
can also be set as environment variables ``$RESTIC_FROM_REPOSITORY`` or
|
||||||
``$RESTIC_FROM_REPOSITORY_FILE``, respectively. For the destination repository
|
``$RESTIC_FROM_REPOSITORY_FILE``, respectively. For the source repository
|
||||||
the password can be read from a file ``--from-password-file`` or from a command
|
the password can be read from a file ``--from-password-file`` or from a command
|
||||||
``--from-password-command``.
|
``--from-password-command``.
|
||||||
Alternatively the environment variables ``$RESTIC_FROM_PASSWORD_COMMAND`` and
|
Alternatively the environment variables ``$RESTIC_FROM_PASSWORD_COMMAND`` and
|
||||||
|
Loading…
Reference in New Issue
Block a user