Copy 2 directories with rsync and strip .svn - .cvs directories


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

Here's how to copy 2 directories and strip the .svn and .cvs nonsense, basically an export function, but locally


Copy this code and paste it in your HTML
  1. rsync -aC from/dir to/dir

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.