On November 18, [EMAIL PROTECTED] wrote:
> I'm looking for a robust way to synchronize files from my account on an
> IRIX machine (running NFS) with laptop's linux account. I want to be
> able to edit freely on either account (create, delete, move, and modify
> files) and then synchronize the two (with warnings when my edits
> conflict).
I had the same problem and wrote "catchup"
see
http://www.cse.unsw.edu.au/~neilb/oss/catchup/
A few people have told me that the Doco needs examples, but I haven't
got motivated to include any - yet. (it works for me and I am having
fun with other things at the moment).
However, if you, or anyone, shows interest, that will probably
motivate me to add examples, and fix any other problems that you find
confusing.
I use it regularly, and as long as I don't leave root-owned files in
my home directory, it works great.
The name "catchup" comes because it works like two friends who have
been separate for a while, having a chat. They basically tell each
other "what's new" - they catch-up with each other.
NeilBrown