/ Published in: Bash
mirrors a tree without files on local file system
Expand |
Embed | Plain Text
rsync -a /fromdir/ /todir/ --include \*/ --exclude \*
You need to login to post a comment.
mirrors a tree without files on local file system
rsync -a /fromdir/ /todir/ --include \*/ --exclude \*
You need to login to post a comment.