I have the following problem. Normally one would use the command find exec cp -r to copy everything from one directory to another. In this case I am not allowed to do so, or use a while/for loop for the find command.
What I need it to do is copy everything from one directory to another with the complete directory structure.
findfor that?rsync -rls -Rto list your directories recursively and pipe the result to a loop.