Re: Something better than ftp?



On 2008-12-11, C. <colin.mckinnon@xxxxxxxxx> wrote:

Possibly not - PushSite and rsync both compare local and remote
directory trees to work out what needs to be updated - this might
prove to be a bit of an overhead running every 2 minutes depending on
your bandwidth. But of course the source code for both is available
for you to rewrite yourself. A beter solution might be to just get a
list of files using 'find -newer' then run a full sync at intervals.

Heh, only a month or so behind the thread ;-)

IIRC the best candidate for the job was either rsync or unison.
Unison is very good IMHO if you need two-way sync, rsync is the best
for just one-way. For very frequent one-way updates rsync is very
quick, unison tends to do checksums more frequently but you can tune
that with a few parameters.

--
Blast off and strike the evil Bydo empire!
http://youtube.com/user/tarcus69
http://www.flickr.com/photos/tarcus/sets/
.



Relevant Pages

  • Re: How to sync files on external hard disk and laptop running on F12
    ... For one way sync I assume there are ... graphical interfaces to rsync or rdist that can be used. ... syncs) I would look at unison. ... which can be installed with 'yum install grsync'. ...
    (Fedora)
  • Re: Offline rsync
    ... > I ussually use rsync to synchronize some directories in my $HOME between my ... > I think, even rsync would be able to do this, if it could save the file list ... I'd do this using unison, which uses the same protocols, with three ... Proceed with propagating updates? ...
    (comp.os.linux.misc)
  • Re: Ideas for creating processes
    ... updated (updates will be carried out by calling rsync or zsync ... The bottleneck will probably be the speed of your network connection, ... and if that's working at its maximum speed with one sync then doing ... You could increase the number of concurrent syncs until you find the ...
    (comp.lang.python)
  • Re: Keeping 2 OSX machines in sync?
    ... I use rsync between my laptop and desktop. ... Rather than try to keep everything in sync, ... Thus, for my home account, work account, and my wife's account, I run ... Scott Ellsworth ...
    (comp.sys.mac.system)
  • Re: sync ftp-folders (rsync?)
    ... I want to sync my Pocket PC with etch, and I have all data on a storage ... I think once I used rsync, ...
    (Debian-User)