changed log location to var log

This commit is contained in:
2026-01-28 19:32:53 -06:00
parent ae8320118a
commit 52d217ca1d

View File

@@ -3,7 +3,7 @@
: "${AWS_ACCESS_KEY_ID:?Need the access key id}" : "${AWS_ACCESS_KEY_ID:?Need the access key id}"
: "${AWS_SECRET_ACCESS_KEY:?Need the secret access key}" : "${AWS_SECRET_ACCESS_KEY:?Need the secret access key}"
: "${RESTIC_PASSWORD:?Need the restic password}" : "${RESTIC_PASSWORD:?Need the restic password}"
: "${LOG_PATH:-./restic-backup.log}" : "${LOG_PATH:-/var/log/restic-backup.log}"
: "${seafile_data_local:-/seafile}" : "${seafile_data_local:-/seafile}"
# need to securely provide password: https://restic.readthedocs.io/en/latest/faq.html#how-can-i-specify-encryption-passwords-automatically # need to securely provide password: https://restic.readthedocs.io/en/latest/faq.html#how-can-i-specify-encryption-passwords-automatically