autorestic/docs/markdown/backend/overview.md

20 lines
385 B
Markdown
Raw Normal View History

2020-05-17 15:30:23 +02:00
# 💽 Backends
2021-04-21 09:34:01 +02:00
Backends are the outputs of the backup process. Each location needs at least one.
Note: names of backends MUST be lower case!
2020-05-17 15:30:23 +02:00
```yaml | .autorestic.yml
2021-11-21 21:06:25 +01:00
version: 2
2020-05-17 15:30:23 +02:00
backends:
name-of-backend:
type: local
path: /data/my/backups
```
## Types
We restic supports multiple types of backends. See the [full list](/backend/available) for details.
> :ToCPrevNext