> At the top end, it would be nice if people who wanted features like
> two-way synchronization or disk-image mirroring could build this in a
> scripting language, and perhaps send it back into rsync/contrib/.
I have just begun using rsync to do custom active two way syncing between
my home and work machines with some scripts, and it works perfectly except
for one thing: when new files are created on one end, they are gauranteed
to get an innacurate date stamp the first time they are synced. I can't
think of any way around this that wouldn't require the new duplicate file
to be given a date stamp predating its birth though (is this even
possible)? I guess in one sense it's sort of correct since the cloning of
a file to another location for the first time represents a change of sorts
in the file, but it would be nice if the date stamp could be
preserved. Does anyone know of a way to do this?
Britton