I just put an entry in my crontab to fire off an rsync backup script every night. All went well. I've never seen the message below after saving my crontab before.

This is what I put into crontab:
# Nightly backup jobs
0 22 * * 1-5 /usr/local/sbin/backup --backupsrcfile /dev/sdb1 /mnt/backupx > /backup_$$.log

When I :wq out of crontab I saw this message output:

crontab: installing new crontab95 cylinders
It's nothing more than curiosity but I've never seen this message before and I can't find anything on it. Does anyone know what crontab95 cylinders are? Or what this refers to?

Thanks,

TT