Scripts and some refactoring

This commit is contained in:
Lauren Lagarde 2025-08-23 18:08:26 -05:00
parent d6b4d0f2ac
commit 3a0b7314e1
4 changed files with 27 additions and 14 deletions

View file

@ -157,6 +157,9 @@
# Grab a still photo from all cameras once per minute
"* * * * * 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)"
# TODO: Automatically Collate Camera Images Monthly
];
};