On 2006-03-17 13:36, listrcv wrote:
prometheus /share_rest /share {
tar-dfault
exclude append "./cpc ./cs ./data ./db-vnr ./edv ./programs"
} 1
That should be:
prometheus /share_rest /share {
tar-dfault
exclude append "./cpc" "./cs" "./data" "./db-vnr" "./edv" "./programs"
} 1
or, with multiple exclude statements, (I like that better): simpler to
do: copy/paste the include-lines and change "include" into "exclude append":
prometheus /share_rest /share {
tar-dfault
exclude append "./cpc"
exclude append "./cs""
exclude append "./data"
exclude append "./db-vnr"
exclude append "./edv"
exclude append "./programs"
} 1
How comes that it works for /home but not for /share? I have stopped
using wildcards on /share because I'm getting
dumper: FATAL error [dumper PORT-DUMP: too many args: 19 != 12]
That is not because of the wildcards, but because of the space in the
string argument.
--
Paul Bijnens, xplanation Technology Services Tel +32 16 397.511
Technologielaan 21 bus 2, B-3001 Leuven, BELGIUM Fax +32 16 397.512
http://www.xplanation.com/ email: [EMAIL PROTECTED]
***********************************************************************
* I think I've got the hang of it now: exit, ^D, ^C, ^\, ^Z, ^Q, ^^, *
* F6, quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, *
* stop, end, F3, ~., ^]c, +++ ATH, disconnect, halt, abort, hangup, *
* PF4, F20, ^X^X, :D::D, KJOB, F14-f-e, F8-e, kill -1 $$, shutdown, *
* init 0, kill -9 1, Alt-F4, Ctrl-Alt-Del, AltGr-NumLock, Stop-A, ... *
* ... "Are you sure?" ... YES ... Phew ... I'm out *
***********************************************************************