Commit Diff
- Commit:
a4b92899244d2dc8181f1c391d7cacf90691fece- From:
- Thomas Böhler <witcher@wiredspace.de>
- Date:
- Message:
- Support multiple backup directories Don't quote the BACKUP_DIRECTORY var in backup() to support giving multiple backup directories instead of limiting this to one. Signed-off-by: Thomas Böhler <witcher@wiredspace.de>
- Actions:
- Patch | Tree
--- restic-backup.sh +++ restic-backup.sh @@ -20,7 +20,7 @@ backup() ( backup \ --exclude-file "${EXCLUDE_FILE_PATH}" \ --files-from "${FILES_FROM_PATH}" \ - "${BACKUP_DIRECTORY}" + ${BACKUP_DIRECTORY} ) forget() (
