mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 15:43:21 +00:00
Tweak readme
This commit is contained in:
parent
223520b964
commit
f952bc7344
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ Flags:
|
|||
-v, --version version for rest-server
|
||||
```
|
||||
|
||||
By default the server persists backup data in the O.S. temporary directory (`/tmp/restic` on Linux/BSD and others, in `%TEMP%\\restic` in Windows, etc). **If `rest-server` is launched using the default path, all backups will be lost**. To start the server with a custom persistence directory and with authentication disabled:
|
||||
By default the server persists backup data in the OS temporary directory (`/tmp/restic` on Linux/BSD and others, in `%TEMP%\\restic` in Windows, etc). **If `rest-server` is launched using the default path, all backups will be lost**. To start the server with a custom persistence directory and with authentication disabled:
|
||||
|
||||
```sh
|
||||
rest-server --path /user/home/backup --no-auth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue