On 2006-03-16 14:12, listrcv wrote:
Alexander Jolk wrote:
srv1 /homes/z comp-user-tar 1
srv1 /homes {
comp-user-tar
exclude append "./[a-z]"
} 1
No need to define a proper dumptype for every exclusion under the sun.
Do you think this one will work?
No, several errors!
# the backup of home is getting larger when compressed
(I doubt that, because gzip does not do that; compress would, but
gzip not. -- Anyway, if it is almost uncompressable, then it's wasted
CPU time anyway.)
prometheus /home/a* tar-dfault-no-x
prometheus /home/b* tar-dfault-no-x
[...]
prometheus /home/z* tar-dfault-no-x
prometheus /home {
tar-dfault-no-x
exclude append /home/[a-z]*
}
Try this:
prometheus /home/ALL_a /home {
tar-dfault-no-x
include "./a*"
} 1
prometheus /home/ALL_b /home {
tar-dfault-no-x
include "./b*"
} 1
... etc etc ...
prometheus /home/ALL_z /home {
tar-dfault-no-x
include "./z*"
} 1
prometheus /home/REST /home {
tar-dfault-no-x
exclude append "./[a-z]*"
} 1
See "man amanda.conf" for the syntax of a disklist entry.
--
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 *
***********************************************************************