Skeleton Directory Tree sync


/ Published in: Bash
Save to your folder(s)

mirrors a tree without files on local file system


Copy this code and paste it in your HTML
  1. rsync -a /fromdir/ /todir/ --include \*/ --exclude \*

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.