bundles/scansnap: cleanup old scans

This commit is contained in:
Franzi 2021-04-21 18:20:47 +02:00
parent 0c0a8e6263
commit c79b3f77c2
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -13,4 +13,8 @@ defaults = {
'/src/scansnap',
},
},
'cron': {
# Automatically remove files which are older than 14 days
'scansnap_cleanup': '00 00 * * * root /usr/bin/find /srv/scansnap/ -mtime +14 -delete',
},
}