mirror of
https://github.com/YunoHost-Apps/restic_ynh.git
synced 2024-09-03 20:16:22 +02:00
fix: example servers in readme
This commit is contained in:
parent
42c5eeb9a7
commit
09d7ec5e1d
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ service restic start
|
|||
|
||||
Next you can check by running on server A
|
||||
```
|
||||
restic -r sftp:ks382743.kimsufi.com:./services.coupou.fr/auto_conf snapshots
|
||||
restic -r sftp:serverb.domain.tld:servera.domain.tld/auto_conf snapshots
|
||||
```
|
||||
|
||||
Replace `auto_conf` with `auto_<app>` if you did not choose to backup configuration but only applications.
|
||||
|
|
Loading…
Reference in a new issue