autorestic/docs/markdown/backend/overview.md
2021-04-21 09:34:01 +02:00

329 B

💽 Backends

Backends are the outputs of the backup process. Each location needs at least one.

backends:
  name-of-backend:
    type: local
    path: /data/my/backups

Types

We restic supports multiple types of backends. See the full list for details.

:ToCPrevNext