Re: [gentoo-user] [OT] rsync question

2010-11-11 Thread Neal Hogan
On Wed, Nov 10, 2010 at 5:06 AM, Helmut Jarausch wrote: > Hi, > > the following behaviour of rsync puzzles me. > > I have the following situation > > /A                this is a symlink ! > > /A                  this is a real directory > > > now > cd /A > rsync -auHz -ni --rsh=ssh --delete --excl

[gentoo-user] [OT] rsync question

2010-11-10 Thread Helmut Jarausch
Hi, the following behaviour of rsync puzzles me. I have the following situation /Athis is a symlink ! /A this is a real directory now cd /A rsync -auHz -ni --rsh=ssh --delete --exclude='/A/' :/ . shows that it's going to delete the folder /A Can anybody plea