Re: Degraded dump in amanda 3.5.2
"Stefan G. Weichinger" <[email protected]> Fri, 20 Jan 2023 09:56:59 +0100
| Newsgroups | gmane.comp.archivers.amanda.user |
|---|---|
| Message-ID | <[email protected]> |
Am 18.01.23 um 14:09 schrieb Pablo Venini: > This is the amanda.conf > > org "monitoreo10_diario" # your organization name for > reports > dumpuser "amandabackup" # the user to run dumps under > mailto "[email protected]" # space separated list of operators at > your site > dumpcycle 1week # the number of days in the normal dump cycle > tapecycle 8 # the number of tapes in rotation > runspercycle 7 # the number of amdump runs in dumpcycle days > > define changer my_vtapes { > tpchanger "chg-disk:/backups/amanda/vtape/diarios/monitoreo10_diario/" > property "num-slot" "8" > property "auto-create-slot" "yes" > } > dtimeout 1800 # number of idle seconds before a dump is aborted > ctimeout 30 # max number of secconds amcheck waits for each client > etimeout 300 # number of seconds per filesystem for estimates > define dumptype global { > comment "Global definitions" > auth "bsdtcp" > } > define dumptype gui-base { > global > program "GNUTAR" > comment "gui base dumptype dumped with tar" > compress none > index yes > } > define tapetype HARDDISK { > comment "Virtual Tapes" > length 5 gbytes > } > > define policy monitoreo10_diario { > retention-tapes 7 > retention-days 0 > retention-recover 0 > retention-full 0 > } > > define storage monitoreo10_diario { > policy "monitoreo10_diario" # the policy > tapepool "monitoreo10_diario" # the tape-pool > tpchanger "my_vtapes" # the changer > runtapes 1 # number of tapes to be used in a single run of > amdump > tapetype "HARDDISK" # what kind of tape it is > labelstr "monitoreo10_diario" # label constraint regex: all > tapes must match > #autolabel > #meta-autolabel > taperscan "traditional" > #max-dle-volume 1000000 > #taperalgo first > #taper-parallel-write 1 > } > storage "monitoreo10_diario" Nothing stands out here. > includefile "advanced.conf" > includefile "/etc/amanda/template.d/dumptypes" > includefile "/etc/amanda/template.d/tapetypes" What's in there? Maybe something crossfiring? Maybe you also post the output of: amadmin yourconf config so we can see what is interpreted by amanda. And try 3.5.1 maybe. I think noone knows about the bugs of 3.5.2 yet.