autorestic/docs/markdown/backend/overview.md
ninjabenji 79164e3de0
Add lower case warning for backend name
If uppercase characters are used in a backend name a check (and I assume other actions) will fail.
2022-04-06 21:28:25 +01:00

385 B

💽 Backends

Backends are the outputs of the backup process. Each location needs at least one. Note: names of backends MUST be lower case!

version: 2

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