I need to setup a system where a laptop and a desktop computers coexist.
The idea is, I bring the laptop into the network and the laptop syncs the /home directory( with some exceptions) with the desktop computer, then the desktop computer mounts a stack with his copy of /home on top and the laptop copy(nfs) in the bottom.
So, obviously I don't need a write-through strategy, a write-back with a quite big cache solution would suit me way better.
I've been reading on unionfs and aufs and others but I either don't understand how or I can't do this with those fs.
Any ideas?
drbd(not a filesystem) or perhaps Andrew FS or Coda (are these even in use these days?). Or perhaps you could do it the quick and dirty way, and run a couple ofrsyncs to do the job. – Alexios May 22 '12 at 21:32/homedirectory. Sync from the desktop to the laptop or the other way around? Do you trash the data that is already on the target when syncing, or is this a bi-directional sync? – chutz May 24 '12 at 3:21