Re: Make rsync exclude subversion working directories

2006-04-02 Thread Matt McCutchen
On Sun, 2006-04-02 at 17:04 +0100, Martin Scharrer wrote: > I naive try with a filter rule like "- .svn/../", which should exclude all > parent dirs of the '.svn' dirs, doesn't work. Ok, this does not suprise me. Right, because rsync matches the pattern against the canonical path to each file it

Make rsync exclude subversion working directories

2006-04-02 Thread Martin Scharrer
Hi Guys, I'm backuping my home dir with rsync since 1 1/2 years, which is quite nice (I'm using the link-dir option). Now I started to use subversion and don't like that rsync is making backups of the checked-out working dirs. First I put all wd's in one folder (~/tmp) and put this on an exclud