Re: Include/exclude in linux

2004-04-27 Thread Richard Sims
>Hi, Richard: > >I use > >exclude.dir /home > >but the include didn't work > >I don't know why? You sure are resisting that Unix Backup-Archive Clients manual... ;-) About this, it says: "Use exclude.fs and exclude.dir statements to exclude file spaces and all files and sub-directories in the

Re: Include/exclude in linux

2004-04-27 Thread jianyu he
Hi, Richard: I use exclude.dir /home include /home/andy/.../* but the include didn't work I don't know why? thanks Andy Richard Sims <[EMAIL PROTECTED]> wrote: >Do you have the example? "Table 17. Using wildcard characters with include and exclude patterns" in the Unix B/A Client manu

Re: Include/exclude in linux

2004-04-26 Thread Richard Sims
>Do you have the example? "Table 17. Using wildcard characters with include and exclude patterns" in the Unix B/A Client manual has good examples. You'd want to do like: EXCLUDE.FS /home This form of Exclude keeps the file scanner from even looking in the file system, as "EXCLUDE /home/.../*"

Re: Include/exclude in linux

2004-04-26 Thread jianyu he
Thank, Richard. Do you have the example? Richard Sims <[EMAIL PROTECTED]> wrote: >I met some problems when I tried to automatic backup files from a linux client >to linux server, the exclude/include did't work. I wrote the following sentence >in the dsm.sys: > >exclude "/home/" >exclude "/opt/" >

Re: Include/exclude in linux

2004-04-26 Thread Richard Sims
>I met some problems when I tried to automatic backup files from a linux client >to linux server, the exclude/include did't work. I wrote the following sentence >in the dsm.sys: > >exclude "/home/" >exclude "/opt/" > >It still backed up the files of home and opt > >I don't know why? Use EXCLUDE.

Include/exclude in linux

2004-04-26 Thread jianyu he
Hi, I met some problems when I tried to automatic backup files from a linux client to linux server, the exclude/include did't work. I wrote the following sentence in the dsm.sys: exclude "/home/" exclude "/opt/" It still backed up the files of home and opt I don't know why? another question