Bonjour, J'ai installé un antivirus Clamav, sur un serveur. Tous les jours à 00H00 il effectue un scan complet de la machine et m'envoie un rapport par mail.
00 00 * * * clamscan -r / > /tmp/analyse; cat /tmp/analyse | grep "FOUND" > /tmp/result; tail -n9 /tmp/analyse >> /tmp/result ; cat /tmp/result | mail -s "Clamav" [EMAIL PROTECTED] ; rm -f /tmp/analyse /tmp/result > /dev/null Cela fonctionne mais j'ai une erreur que CRON me renvoie : LibClamAV Error: cli_untar: only standard TAR files are currently supported Quelqu'un peut m'aider à résoudre ce problème, Merci