Translations - ONYX - 9.0 - Exploitation
Guide d'exploitation ONYX Server sur Linux/56/en
De MappingDoc
Révision datée du 8 août 2019 à 14:12 par Alestoquoi (discussion | contributions)
Deleting log archives that are older than 30 jours
find /apps/mapping/spool/logs -name "*.zip" -mtime +30 -exec rm -f {} \;