Bonjour,
Je galère depuis quelques heures sur un anacrontab :
[code]root@localhost:~# anacron -T /etc/anacrontab
anacron: /etc/anacrontab: Unknown named period on line 16, skipping
root@localhost:~# cat /etc/anacrontab
/etc/anacrontab: configuration file for anacron
See anacron(8) and anacrontab(5) for details.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
HOME=/root
LOGNAME=root
These replace cron’s entries
1 5 cron.daily run-parts --report /etc/cron.daily
7 10 cron.weekly run-parts --report /etc/cron.weekly
@monthly 15 cron.monthly run-parts --report /etc/cron.monthly
abt – home_OVH – DO NOT MODIFY THIS LINE
@daily 15 abt-home_OVH rsync -rltgoDv --del --ignore-errors --force /home /root/backups
abt – home – DO NOT MODIFY THIS LINE
@monthly 15 abt-home for dir in /home/user/.emacs /home/user/texte ; do rsync -rltgoDv --del --ignore-errors --force $dir /root/dev/abt/tmp/ ; done
[/code]
Merci d’avance pour vos éclaircissements !