[CentOS] rsync via crontab spawns over 20 processes

Keith Keller kkeller at wombat.san-francisco.ca.us
Fri Jan 21 20:09:24 UTC 2011


On Fri, Jan 21, 2011 at 12:05:37PM -0800, aurfalien at gmail.com wrote:
> 
> Here is my crontab entry via /etc/crontab
> 
> * 22 * * * root rsync --delete -avvH --progress source target

That will run your rsync at *every minute* of 10pm!  Clearly not what
you want.  Try

0 22 * * * root rsync --delete -avvH --progress source target

That will run it at 10:00pm only.

--keith

-- 
kkeller at wombat.san-francisco.ca.us

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20110121/9fa14dbe/attachment.sig>


More information about the CentOS mailing list