Update bastion crontab entry for packing LongCam images

This commit is contained in:
Lauren Lagarde 2025-08-24 15:04:49 -05:00
parent 40f55bf7f0
commit bcc389834c

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 -d 'yesterday 13:00' +'%Y %m %d')"
"0 3 * * * root /exports/Frigate/LongCam/tar_yesterday.sh"
# TODO: Automatically Collate Camera Images Monthly
];