/ Published in: Bash
Copy a directory (and subdirectories) without .svn files.
Expand |
Embed | Plain Text
rsync -r --exclude=.svn source destination Use -a (archive) instead of -r (recursive) because it means -r and more (see the man page).
You need to login to post a comment.
