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


You need to login to view comments.