forked from TrueCloudLab/restic
Add documentation for --repository-version
This commit is contained in:
parent
4b01b06f2f
commit
dc5adef255
1 changed files with 7 additions and 1 deletions
|
@ -36,6 +36,13 @@ options exist:
|
||||||
option ``--password-command`` or the environment variable
|
option ``--password-command`` or the environment variable
|
||||||
``RESTIC_PASSWORD_COMMAND``
|
``RESTIC_PASSWORD_COMMAND``
|
||||||
|
|
||||||
|
* The ``init`` command has an option called ``--repository-version`` which can
|
||||||
|
be used to explicitely set the version for the new repository. By default,
|
||||||
|
the current stable version is used. Have a look at the `design documentation
|
||||||
|
<https://github.com/restic/restic/blob/master/doc/design.rst>`__ for
|
||||||
|
details.
|
||||||
|
|
||||||
|
|
||||||
Local
|
Local
|
||||||
*****
|
*****
|
||||||
|
|
||||||
|
@ -692,4 +699,3 @@ On MSYS2, you can install ``winpty`` as follows:
|
||||||
|
|
||||||
$ pacman -S winpty
|
$ pacman -S winpty
|
||||||
$ winpty restic -r /srv/restic-repo init
|
$ winpty restic -r /srv/restic-repo init
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue