autorestic/docs/pages/cli/backup.md
Nicco 8eea7d33f8
delete old docs (#327)
* delete old docs

* new docs
2023-10-08 19:24:04 +02:00

466 B

Backup

autorestic backup [-l, --location] [-a, --all]

Performs a backup of all locations if the -a flag is passed. To only backup some locations pass one or more -l or --location flags.

# All
autorestic backup -a

# Some
autorestic backup -l foo -l bar

Specific location

autorestic also allows selecting specific backends for a location with the location@backend syntax.

autorestic backup -l location@backend