This commit is contained in:
2020-05-17 14:52:30 +02:00
parent d20a2fda68
commit 734c962006
26 changed files with 518 additions and 2 deletions

13
docs/md/cli/backup.md Normal file
View File

@@ -0,0 +1,13 @@
# Backup
```bash
autorestic backup [-l, --location] [-a, --all]
```
Performes a backup of all locations if the `-a` flag is passed. To only backup some locations pass one or more `-l` or `--location` flags.
```bash
autorestic backup -l my-location
```
> :ToCPrevNext