Add documentation for new options

This commit is contained in:
Alexander Neumann 2017-04-14 00:14:11 +02:00
parent a634c22ae0
commit 55bdc1fa16
3 changed files with 10 additions and 4 deletions

View file

@ -551,6 +551,10 @@ Then use it in the backend specification:
$ restic -r sftp:restic-backup-host:/tmp/backup init
```
Last, if you'd like to use an entirely different program to create the SFTP
connection, you can specify the command to be run with the option
`-o sftp.command="foobar"`.
# Create a REST server repository
In order to backup data to the remote server via HTTP or HTTPS protocol,