Update "repositories" examples in configuration to use ssh:// style syntax.
This commit is contained in:
parent
e7b7560477
commit
3be99de5b1
1 changed files with 3 additions and 2 deletions
|
@ -40,8 +40,9 @@ properties:
|
||||||
is used, then add local repository paths in the systemd
|
is used, then add local repository paths in the systemd
|
||||||
service file to the ReadWritePaths list.
|
service file to the ReadWritePaths list.
|
||||||
example:
|
example:
|
||||||
- user@backupserver:sourcehostname.borg
|
- ssh://user@backupserver/./sourcehostname.borg
|
||||||
- "user@backupserver:{fqdn}"
|
- ssh://user@backupserver/./{fqdn}"
|
||||||
|
- /var/local/backups/local.borg
|
||||||
working_directory:
|
working_directory:
|
||||||
type: string
|
type: string
|
||||||
description: |
|
description: |
|
||||||
|
|
Loading…
Reference in a new issue