bompi a dit:J'ai déjà posté un certain nombre de messages à ce sujet.
Cronnix te permet d'éditer les fichiers "crontab" respectifs des utilisateurs.
En l'occurrence, les tâches de maintenance périodiques ne sont pas placées sous la responsabilité de l'administrateur (toi) mais du super-administrateur (root).
Maintenant, il faut considérer que la situation a changé avec Tiger.
Avant Tiger : ces tâches de maintenance étaient gérées par cron
Depuis Tiger : c'est géré par "launchd", la sorte de 'lanceur universel' d'Apple.
Il te faut alors éditer les fichiers de configuration :
/System/Library/LaunchDaemons/com.apple.periodic-daily.plist
/System/Library/LaunchDaemons/com.apple.periodic-monthly.plist
/System/Library/LaunchDaemons/com.apple.periodic-weekly.plist
Fais attention à faire une sauvegarde au préalable.
Aternative : utiliser anacron, dans la version qui t'intéresse (pour Panther ou Tiger).
Merci pour la réponse.
J'ai fait une recherche avec ton nom et "crontab" ou "cronnix" sans trouver comment créer ces fichiers (daily, weeky, monthly) sous Panther
J'ai donc téléchargé Anacron et voilà ce qu'il raconte :
Est-ce que ça veut dire qu'il lance daily à 3h00, weekly à 4h00 et monthly à 5h00 ?# /etc/crontab
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute hour mday month wday who command
#
#*/5 * * * * root /usr/libexec/atrun
#
# Run daily/weekly/monthly jobs.
#15 3 * * * root periodic daily
#30 4 * * 6 root periodic weekly
#30 5 1 * * root periodic monthly
#
# All of the periodic jobs that were controlled by cron are now controlled
# by anacron.
15 * * * * root /usr/local/sbin/anacron -s