You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
autorestic/docs/pages/backend/index.md

19 lines
370 B

5 years ago
# 💽 Backends
4 years ago
Backends are the outputs of the backup process. Each location needs at least one.
Note: names of backends MUST be lower case!
5 years ago
```yaml | .autorestic.yml
3 years ago
version: 2
5 years ago
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.