Qu'est-ce qui ne va pas dans mon anacrontab ?

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 !

Bonjour
Je viens de faire le test suivant:

[code]
root@deb-quad:~# apt-cache policy anacron
anacron:
Installé : 2.3-19
Candidat : 2.3-19
Table de version :
*** 2.3-19 0
500 http://ftp.fr.debian.org/debian/ wheezy/main amd64 Packages
100 /var/lib/dpkg/status
root@deb-quad:~#
root@deb-quad:~# echo "@monthly 15 test_anacrontab echo “test " >/home/michel/aaeeff.crontab.test.txt” >>/etc/anacrontab
root@deb-quad:~#
root@deb-quad:~#
root@deb-quad:~# 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
@monthly 15 test_anacrontab echo "test " >/home/michel/aaeeff.crontab.test.txt
root@deb-quad:~#
root@deb-quad:~#
root@deb-quad:~# anacron -T /etc/anacrontab
root@deb-quad:~#[/code]
Donc, chez moi, tout va bien : Aucun message d’erreur n’est renvoyé par “anacron”.

Mais comme ton message d’erreur dit:

Je te propose de faire un test après avoir remplacé la ligne 16:

par la ligne suivante: