Add error handling to reading config file.

This commit is contained in:
Jan
2022-02-09 09:07:01 +01:00
parent 27758a03fa
commit 6bf4953003
2 changed files with 31 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ For remote backups (S3, B2, GCS, etc.) it's quite easy, as you only need to moun
docker run --rm \\
-v $(pwd):/data \\
cupcakearmy/autorestic \\
autorestic backup -va
autorestic backup -va -c /data/.autorestic.yaml
```
## Rclone