I want to copy my directory structure excluding the files. Is there any option in the tar to ignore all files and copy only the Directories recursively.
For AIX:
tar cvfD some-tarball.tar `find /dir_to_start_from -type d -print`