1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-09 05:16:35 +00:00

docs: fix borg init command in environment.rst.inc

It mentioned borg rcreate due to a bad backport from master.
Must be borg init in borg 1.2.x.
This commit is contained in:
Thomas Waldmann 2023-08-24 11:49:17 +02:00
parent f6e20fb07c
commit 276781081b
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -164,7 +164,7 @@ Directories and files:
- using a full, absolute path to the key file is recommended.
- all directories in the given path must exist.
- this setting forces borg to use the key file at the given location.
- the key file must either exist (for most commands) or will be created (``borg rcreate``).
- the key file must either exist (for most commands) or will be created (``borg init``).
- you need to give a different path for different repositories.
- you need to point to the correct key file matching the repository the command will operate on.
TMPDIR