#! /bin/bash
## Sauvegarde des logs
svgrep="/home/fuelcombli/www/crm/documents"
cd $svgrep
mv DOLIBARR.log DOLIBARR"`date +%F`".log
find $svgrep -type f -mtime +10 -name "*.log"  | xargs -r rm
