From 7b1d45c00105a09a247164f9cdbfebecb4de4b09 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 18 Jul 2026 11:09:06 +0300 Subject: immich-export: export second-quarter images --- scripts/immich-export | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/immich-export') 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 -- cgit v1.2.3