Optionschevron_right
1link$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.
1link$# All
2link$autorestic backup -a
3link$
4link$# Some
5link$autorestic backup -l foo -l bar
autorestic
also allows selecting specific backends for a location with the location@backend
syntax.
1link$autorestic backup -l location@backend
Home Quick Start Installation Configuration Upgrade