Re: rsync via crontab spawns over 20 processes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Fri, Jan 21, 2011 at 12:05:37PM -0800, aurfalien@xxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxxxxx

Attachment: pgpmoX3_SpDX2.pgp
Description: PGP signature

_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux