On Sun, Dec 2, 2012 at 9:21 AM, Randy Westlund <rwest...@gmail.com> wrote:
> I've been using rsync to sync binary files, shell scripts, my
> workspace, and random user files under my home directory across
> multiple machines.  I'm using one server as the master copy, which
> makes daily incremental backups of my files to a separate disk with
> rsync.  At the moment, I have my sync script set up as a Makefile with
> the following targets.  I run this from multiple workstations.
>
> It would be nice to use something as easy as svn, but many of my files
> are binary.  Or something like dropbox would be great.  I don't work
> from windows, so I don't need a cross-platform solution.
>
> What utilities do you guys use?  Is there a better way to do this?  It
> would be nice to move everything to the background, but I've already
> clobbered a few files by calling this in the wrong order and might
> move the Makefile to an interactive script to protect against that.  I
> have to call 'make clobber' after I remove a local file to push that
> change to the server, and if I forgot to call 'make get' first, I have
> to fix it manually.
>

Dunno if it's of any value but the new Linux Journal has a pointer to
grsync which is in portage and built fine on my system here. It looks
interesting in that you can create 'sessions' which probably could do
much of what at least I'm doing in simple rsync scripts. I'm going to
play with it a bit more but thought I'd point it out as I hadn't heard
of it before.

HTH,
Mark

Reply via email to