Amanda-Users

Exclude list and tar on SUSE OES.

2005-10-19 06:34:03
Subject: Exclude list and tar on SUSE OES.
From: Owen Williams <williams AT dmu.ac DOT uk>
To: amanda-users AT amanda DOT org
Date: Wed, 19 Oct 2005 11:21:28 +0100 (BST)
Hello,
I've been struggling with this for a while. I have this defined in lots of places now:

    exclude list "/usr/local/amanda/exclude.conf"

e.g.

define dumptype root-tar {
    global
    program "GNUTAR"
    comment "root partitions dumped with tar"
    compress none
    index
    exclude list "/usr/local/amanda/exclude.conf"
    priority low
}

but it doesn't create the right command :

/bin/tar --create --file /dev/null --directory / --one-file-system --listed-incremental /var/lib/amanda/gnutar-lists/localhost__0.new --sparse --ignore-failed-read --totals .

at the client.

Help?

Thanks,

Owen.

<Prev in Thread] Current Thread [Next in Thread>