Re: question on switches and their order

2001-06-26 Thread Dave Dykstra
> > > > Cheers > > > > Mark > > > > -Original Message----- > > From: Jeff Kennedy [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, 26 June 2001 09:19 > > To: RSync List (E-mail) > > Subject: Re: question on switches and their order > >

Re: question on switches and their order

2001-06-25 Thread Jeff Kennedy
> Mark > > -Original Message- > From: Jeff Kennedy [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 26 June 2001 09:19 > To: RSync List (E-mail) > Subject: Re: question on switches and their order > > So, if I understand you correctly, it should work fine (with > impro

RE: question on switches and their order

2001-06-25 Thread Wilson, Mark - MST
rsync -avW --exclude=.snapshot /mail-data/ /mnt Cheers Mark -Original Message- From: Jeff Kennedy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 26 June 2001 09:19 To: RSync List (E-mail) Subject: Re: question on switches and their order So, if I understand you correctly, it should work fine

Re: question on switches and their order

2001-06-25 Thread Jeff Kennedy
So, if I understand you correctly, it should work fine (with improvements) like this: rsync --exclude=.snapshot --delete -avW /mail-data/ /mnt Is this correct? Thanks. ~JK "Wilson, Mark - MST" wrote: > > Jeff > > Ordering of switches is important, but only for the --include* --exclude* > sw

RE: question on switches and their order

2001-06-25 Thread Wilson, Mark - MST
Jeff Ordering of switches is important, but only for the --include* --exclude* switches. For your sample command there should be no difference. We also use NetApp filers and exclude .snapshot, the same way you have. It works fine... The --delete command won't help here as it will delete everyth