On Thu, Aug 22, 2013 at 5:41 AM, Ron Aaron <r...@ronware.org> wrote:

> So I tried to find a way to discern whether or not a repo was *really*
> different, and I hit upon the following.  I think it would be nice if
> there were an easier way.
>

Have you tried rsync?

rsync -qza -e ssh *.fsl me@remote:/remote/dir/.

that will only copy the bits which changed AND only transport the diffs, so
it's really efficient. Leave off the 'q' option to see what it's doing and
get a report of how much data actually goes over the wire.

Note that it can also copy to another local fs - it doesn't have to go over
a network.


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to