commit a4b92899244d2dc8181f1c391d7cacf90691fece from: Thomas Böhler date: Sun Mar 10 06:47:50 2024 UTC 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 commit - d8806afeaf18f991dc63c29e8bc5d045f4b00df9 commit + a4b92899244d2dc8181f1c391d7cacf90691fece blob - f1714ee826db17709595688be0893f55700598ae blob + 6ff5e1e8bf827ee418b1116d468f6de1187a9dab --- 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() (