ajout cron pour purge vieux fichiers
This commit is contained in:
parent
f30d708cbc
commit
686c262881
5
etc/cron.d/dropchaprilorg
Normal file
5
etc/cron.d/dropchaprilorg
Normal file
@ -0,0 +1,5 @@
|
||||
# Génération des statistiques du service drop.chapril.org (tous les 1er du mois).
|
||||
5 0 1 * * root /srv/drop.chapril.org/tools/rapports_activites/update_redmine_ticket.sh >> /var/log/drop.chapril.org/dropchaprilorg_stats.log
|
||||
# Suppression des fichiers expirés (tous les 1er du mois).
|
||||
30 0 * * * root /usr/bin/find /var/drop/files/ -mtime +5 -delete >> /var/log/drop.chapril.org/dropchaprilorg_purge.log 2>&1
|
||||
|
@ -1,4 +0,0 @@
|
||||
# Génération des statistiques du service drop.chapril.org (tous les 1er du mois).
|
||||
5 0 1 * * root /srv/drop.chapril.org/tools/rapports_activites/update_redmine_ticket.sh >> /var/log/dropchaprilorg_stats.log
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user