Re: Simple config question

2000-10-30 Thread Whit
On Mon, Oct 30, 2000 at 09:03:31PM -0500, Paul D. Smith wrote: > Just a directory named /progs (/proc, /dev, /mnt). Man page sez: >o if the pattern ends with a / then it will only > match a directory, not a file, link or device. Yeah, that's what it says. This i

Re: Simple config question

2000-10-30 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: j> rsync -ca --delete --exclude "/proc/" --exclude "/dev/" --exclude j> "/mnt/" --exclude "/progs/" [EMAIL PROTECTED]::gates /data/gates j> To clarify, would the above example exclude /progs and also j> /data/progs/ or just the /progs directory from the root