Venkat Reddy Valluri
2002-Oct-03 20:22 UTC
How to run rsync as a daemon program taht runs at particular time given
Hi, I want to run rsync as a daemon program so that it can run at particular time in nights given by us any help greatly appreciated Thks in advance --Venkat
Mike J Crowl
2002-Oct-03 20:33 UTC
How to run rsync as a daemon program taht runs at particular time given
On Thu, Oct 03, 2002 at 04:21:40PM -0400, Venkat Reddy Valluri wrote:> > Hi, > I want to run rsync as a daemon program so that it can run at particular time in nights given by us > any help greatly appreciated > Thks in advanceYou want to run the daemon all the time and have the rsync clients connect to it. The client side should be run from cron or a windows scheduler. The clients pull from the rsyncd (which ever server you have that running on). Unless you have a specific security/capacity issue that requires you to only run the daemon at certain times, there is no reason not to run it all the time. Hope this helps clarify. -Mike> --Venkat > -- > To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html-- Mike Crowl Phone: 303-661-2368 EDS at StorageTek Pager: 888-480-8241 mike_crowl@storagetek.com
Brad Hards
2002-Oct-03 21:04 UTC
How to run rsync as a daemon program taht runs at particular time given
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 4 Oct 2002 06:32, Mike J Crowl wrote:> On Thu, Oct 03, 2002 at 04:21:40PM -0400, Venkat Reddy Valluri wrote: > > Hi, > > I want to run rsync as a daemon program so that it can run at > > particular time in nights given by us any help greatly appreciated > > Thks in advance > > You want to run the daemon all the time and have the rsync clients connect > to it. The client side should be run from cron or a windows scheduler.<snip> If you are really trying to only run the daemon at certain times (say because of a capacity issue), that could also be done from cron. I assume that "windows scheduler" could also shut down the rsync daemon. Another alternative would be to run it from xinetd, and put the limits in your xinetd.conf file. If you really have capacity issues, then running from xinetd does impose some overhead, but you can possibly do some fine grain control that might help with the loading. Brad - -- http://conf.linux.org.au. 22-25Jan2003. Perth, Aust. Tickets booked. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9nK6YW6pHgIdAuOMRAv/8AJoCXzBd0ejM4Dqt/Wsu3BJIIKVA5gCeN18H 5XGPJx27/8tP6pAhaVWmDHQ=BW0u -----END PGP SIGNATURE-----