diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-18 11:09:06 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-18 11:09:06 +0300 |
| commit | 7b1d45c00105a09a247164f9cdbfebecb4de4b09 (patch) | |
| tree | 0a2bf2f4ecd6fbe82b42c3cb4bf3646feb8d6ca0 | |
| parent | d44ad346ee1617a86a9a274da8ff6aa91aebbe41 (diff) | |
immich-export: export second-quarter images
| -rwxr-xr-x | scripts/immich-export | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/immich-export b/scripts/immich-export index 2d39615..5a2f9d0 100755 --- a/scripts/immich-export +++ b/scripts/immich-export @@ -11,8 +11,9 @@ set -euo pipefail IMMICH_URL="http://immich.f3s.lan.buetow.org" DEST_DIR="/home/paul/Pictures/Pictures.Processing" -DATE_AFTER="2026-01-01T00:00:00.000Z" -DATE_BEFORE="2026-03-31T23:59:59.000Z" +# Immich treats takenAfter/takenBefore as exclusive boundaries. +DATE_AFTER="2026-03-31T23:59:59.999Z" +DATE_BEFORE="2026-07-01T00:00:00.000Z" PAGE_SIZE=100 # Load keys explicitly — declare -A with inline $() substitutions can silently |
