search for: endfilter

Displaying 2 results from an estimated 2 matches for "endfilter".

Did you mean: andfilter
2006 Aug 24
2
files-from and filter from one file?
Hi, I'm sorry if this is a dumb question, but I have tried millions of combinations of settings. Is it possible to somehow combine --files-from and --filter into one file, so that I can use one here-document? Using the + directive in --filter seems to always give me slightly different results. What I do now is without --files-from, but it means the directory tree is not recreated on the
2007 Jan 28
3
has this been asked about before ? multilple exclude files
I'm was wondering if this has been asked about/for multiple exclude-from files ? Where I could find this useful is say I had a common or base exclusion list for all my AIX boxes --exclude-from=/foo/aix_base Then be able to add for say all my AIX boxes that are running SAP --exclude-from=/foo/aix_base --exclude-from=/foo/sap or --exclude-from=/foo/aix-base,/foo/sap and so on ...