Re: ZWC and exclude/include lists

2010-06-09 Thread Charles Curley
On Wed, 9 Jun 2010 11:19:11 -0700
Paddy Sreenivasan  wrote:

> > A couple more questions to help clarify things for me:
> >
> > 1. So exclude list/file is not supported, only the vanilla
> > "exclude"?
> 
> Yes. only vanilla "exclude" is supported.

You may also find this thread useful:
http://forums.zmanda.com/showthread.php?t=2701

In short, quote your excluded files, and make the slashes backward
slashed ("\") and double them ("\\"). E.g.:

exclude "E:\\IA\\test"

-- 

Charles Curley  /"\ASCII Ribbon Campaign
Looking for fine software   \ /Respect for open standards
and/or writing?  X No HTML/RTF in email
http://www.charlescurley.com/ \No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0  809C FFF6 4C48 4ECD DFDB


Re: ZWC and exclude/include lists

2010-06-09 Thread Paddy Sreenivasan
> A couple more questions to help clarify things for me:
>
> 1. So exclude list/file is not supported, only the vanilla "exclude"?

Yes. only vanilla "exclude" is supported.

>
> 2. Should I be using ZWC templates for this instead?

There is no need to use ZWC templates for exclusion.

>
> Kind Regards,
> Chris
>



-- 
Amanda http://amanda.zmanda.com
ZRM for MySQL http://www.zmanda.com/backup-mysql.html


Re: ZWC and exclude/include lists

2010-06-09 Thread Chris Nighswonger
On Wed, Jun 9, 2010 at 2:00 PM, Paddy Sreenivasan  wrote:
> On Wed, Jun 9, 2010 at 8:00 AM, Chris Nighswonger
>  wrote:
>> Does ZWC honor exclude/include lists?
>>
>> I have a DLE like:
>>
>> foo.bar.com "C:\\Documents\ and\ Settings" {
>>  exclude list "C:\\.exclude
>>  zwc-compress
>>  estimate server
>> }
>>
>
> include is not supported. exclude is supported. See
> http://forums.zmanda.com/showthread.php?t=2701 for
> more information.

A couple more questions to help clarify things for me:

1. So exclude list/file is not supported, only the vanilla "exclude"?

2. Should I be using ZWC templates for this instead?

Kind Regards,
Chris



Re: ZWC and exclude/include lists

2010-06-09 Thread Paddy Sreenivasan
On Wed, Jun 9, 2010 at 8:00 AM, Chris Nighswonger
 wrote:
> Does ZWC honor exclude/include lists?
>
> I have a DLE like:
>
> foo.bar.com "C:\\Documents\ and\ Settings" {
>  exclude list "C:\\.exclude
>  zwc-compress
>  estimate server
> }
>

include is not supported. exclude is supported. See
http://forums.zmanda.com/showthread.php?t=2701 for
more information.

Paddy



Re: ZWC and exclude/include lists

2010-06-09 Thread John Hein
Sorry to hijack your thread, but I tried 'exclude file' a few months
ago and they didn't work either.

Chris Nighswonger wrote at 11:00 -0400 on Jun  9, 2010:
 > Does ZWC honor exclude/include lists?
 > 
 > I have a DLE like:
 > 
 > foo.bar.com "C:\\Documents\ and\ Settings" {
 >   exclude list "C:\\.exclude
 >   zwc-compress
 >   estimate server
 > }
 > 
 > c:\.exclude includes several entries like:
 > 
 > .\user1
 > .\user2
 > 
 > Looking at a tcpdump of the resulting transactions, I see the exclude
 > list passed to the client, but the client still dumps the entirety of
 > c:\documents and settings.
 > 
 > Am I missing some syntax error here?
 > 
 > Or perhaps this is the purpose of templates in the ZWC?
 > 
 > Kind Regards,
 > Chris