Hi folks,
image you have a (rather large) directory structure beneath
/somedir/parent/. This structure contains some directories containing
only directories, some only files and some both. Now, imagine you
want to clone the directory structure to /somedir/parent-clone/. This
clone should hold *only* the directory structure of the parent and not
any of the files contained in parent.
The clone structure will be filled with files as well, but these files
are different from parent's files. Whenever a tree in parent is being
added or deleted, this action should be performed on the clone as well
(on demand, not via daemon). If the action is a deletion in the
clone's tree, then for sure the files should also be deleted which are
in the clone's part which is to be deleted.
Does anyone know about a tool which is capable of doing so?
Thanks and cheers
Martin Gross