[SourceJammer-users] Re: SourceJammer - server/repository synchronization
Brought to you by:
robertmacgrogan
From: Robert M. <rob...@ya...> - 2005-01-06 17:36:50
|
Hi, Dan. Why do you need to synchronize the code to multiple servers? Is this for backup purposes? Regardless, I developed a little utility that can synchronize files from one server to another. It's command line based and can easily be wrapped in a cron job. It uses FTP and is "smart" enough to only send new files or files that have changed. It only synchronizes one way, however, and it does not track deleted files. If you're interested, this project is called SyncJammer and you can get it from http://syncjammer.sourceforge.net --Rob --- Dan Bish <db...@ge...> wrote: > I have several servers that I need to synchronize with the code on my repository server, in > various archives. What I want to do is develop a web application, or a cron job, that will > allow whatever files have been changed to be pulled down and ftp'd to the appropriate server > without human intervention. > > I was thinking that using a command line to keep the files synchronized would work, but I can't > quite figure out how to get that implemented. Another thought was to somehow modify the source > code to automatically FTP the modified files to the server that is associated with the archive. > > Has anyone done something like this, or could anyone give me some pointers on this? I am new to > SourceJammer and would love to get some assistance. > > Cheers, > > --Dan __________________________________ Do you Yahoo!? Yahoo! Mail - Easier than ever with enhanced search. Learn more. http://info.mail.yahoo.com/mail_250 |