This commit is contained in:
Lauren Lagarde 2025-08-23 18:23:37 -05:00
parent 3a0b7314e1
commit 40f55bf7f0

View file

@ -158,7 +158,7 @@
"* * * * * root /home/lauren_lagarde/bin/GetAllCameraImages > /dev/null"
# Pack up yesterday's images into a convenient tarball
"0 3 * * * root /exports/Frigate/LongCam/tar_day.sh $(/run/current-system/sw/bin/date 'yesterday 13:00' +%Y %m %d)"
"0 3 * * * root /exports/Frigate/LongCam/tar_day.sh $(/run/current-system/sw/bin/date -d 'yesterday 13:00' +'%Y %m %d')"
# TODO: Automatically Collate Camera Images Monthly
];