/ Published in: Bash
Here's how to copy 2 directories and strip the .svn and .cvs nonsense, basically an export function, but locally
Expand |
Embed | Plain Text
rsync -aC from/dir to/dir
You need to login to post a comment.
vanne on 10/10/08
1 person have marked this snippet as a favorite
Here's how to copy 2 directories and strip the .svn and .cvs nonsense, basically an export function, but locally
rsync -aC from/dir to/dir
You need to login to post a comment.