mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-15 21:59:58 -04:00
Added example to BORG_RSH documentation.
This commit is contained in:
parent
b1dacd8861
commit
99a3bab68d
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ General:
|
|||
BORG_LOGGING_CONF
|
||||
When set, use the given filename as INI_-style logging configuration.
|
||||
BORG_RSH
|
||||
When set, use this command instead of ``ssh``.
|
||||
When set, use this command instead of ``ssh``. This can be used to specify ssh options, such as
|
||||
a custom identity file ``ssh -i /path/to/private/key``. See ``ssh man`` for other options.
|
||||
TMPDIR
|
||||
where temporary files are stored (might need a lot of temporary space for some operations)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue