Date: Fri, 11 Mar 2005 14:02:23 -0600 From: Doug Poland <doug@polands.org> To: questions@freebsd.org Subject: copying cron files between computers Message-ID: <20050311200223.GG29367@polands.org>
next in thread | raw e-mail | index | archive | help
Hello,
I'm want to keep the cron files between two 5.3-STABLE computers
"synchronized". From my reading on cron(8), crontab(1), and crontab(5),
accomplishing this might be a little convoluted.
Would something like this work?
computer-A:
root# crontab -u joeuser -l > /usr/home/joeuser/cron
get files from computer-A to computer-B
computer-B:
root# crontab -u joeuser /usr/home/joeuser/cron
As an alternative, would anyone suggest a cron replacement, like mcron?
As I read it, mcron stores it's files in a users ~/.cron directory.
Thereby eliminating the dump and read of each user's cron.
Thanks for the help and suggestions.
--
Regards,
Doug
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050311200223.GG29367>
