Scripts and some refactoring
This commit is contained in:
parent
d6b4d0f2ac
commit
3a0b7314e1
4 changed files with 27 additions and 14 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue