mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 08:16:25 +00:00
Update README.md
This commit is contained in:
parent
f5c5b39b30
commit
e32521e6ea
@ -91,7 +91,7 @@ Backends are the place where you data will be saved. Backups are incremental and
|
|||||||
|
|
||||||
### Fields
|
### Fields
|
||||||
|
|
||||||
#### `type`
|
###### `type`
|
||||||
|
|
||||||
Type of the backend see a list [here](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html)
|
Type of the backend see a list [here](https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html)
|
||||||
|
|
||||||
@ -105,11 +105,13 @@ Supported are:
|
|||||||
|
|
||||||
For each backend you need to specify the right variables as shown in the example below.
|
For each backend you need to specify the right variables as shown in the example below.
|
||||||
|
|
||||||
#### `path`
|
###### `path`
|
||||||
|
|
||||||
The path on the remote server.
|
The path on the remote server.
|
||||||
For object storages as
|
For object storages as
|
||||||
|
|
||||||
|
###### Example
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
backends:
|
backends:
|
||||||
name-of-backend:
|
name-of-backend:
|
||||||
|
Loading…
Reference in New Issue
Block a user