mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2026-04-03 04:15:23 +00:00
304 B
304 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
:ToCPrevNext