Amanda-Users

Re: mixed full / incremental backup...

2004-03-09 05:40:36
Subject: Re: mixed full / incremental backup...
From: "Stefan G. Weichinger" <monitor AT oops.co DOT at>
To: amanda-users AT amanda DOT org
Date: Tue, 9 Mar 2004 11:17:26 +0100
Hi, Kristian,

on Dienstag, 09. März 2004 at 10:57 you wrote to amanda-users:

>> You have in your disklist:
>> 
>> > localhost work/04 /backup/PlanC3/bf381/docs/work {
>> 
>> I am not sure but I would not use something like "work/04" as
>> diskname.

KR> The diskfile is the same for the incremental and the full backup,
KR> and running the full backup works as expected with the same dle's...
KR> At least I'll modify the hostname there to have this fixed.

Ok ...

>> Show us your AMANDA email report ...
KR> (see attached...)

You don't use a holding-disk for root-tar, so it has to fail when
there is no tape ...

I would edit this:

> define dumptype root-tar {
>     program "GNUTAR"
>     comment "Root partitions dumped with tar"
>     options no-compress, index, no-full
>     priority high
> }

to this:

define dumptype root-tar {
    program "GNUTAR"
    comment "Root partitions dumped with tar"
    compress none
    index yes
    strategy nofull
    priority high
}

Wrong syntax there ...

Doesn't amcheck complain ??

-- 
best regards,
Stefan

Stefan G. Weichinger
mailto:monitor AT oops.co DOT at






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