I want to maintain the directory structure (not the contents of the
directory) in sync across 2 machines. How can I do this?
rdist seems to work fine for copying entire directory trees but I am not
interested in the contents of the directories, just the directory itself.
i.e. if a new directory ../new gets created on Source, I want it get created
on Target. If later, files are added to that directory, I dont want to copy
those files.
Any help appreciated.
Thanks