On Friday 21 June 2019 16:07:02 Nathan Stratton Treadway wrote:
> On Fri, Jun 21, 2019 at 14:49:47 -0400, Gene Heskett wrote:
> > On Friday 21 June 2019 12:23:33 Nathan Stratton Treadway wrote:
> > > Have you tried using the amgtar application rather than GNUTAR
> > > anywhere? With v3.5 on the server and Stretch on this client, you
>
> [...]
>
> > Been using its since around 2.4 IIRC. Long long time anyway.
>
> Hmmm, that's strange. In the Amanda Mail Report snippet you quoted in
> your original message, the sendbackup messages section for "picnc /"
> includes the line:
> sendbackup: info BACKUP=/bin/tar
> , which is consistent with what I see for clients in my environment
> which are still using GNUTAR... while the newer clients using amgtar
> report these lines instead:
> sendbackup: info BACKUP=APPLICATION
> sendbackup: info APPLICATION=amgtar
>
> So... double check your "picnc" disklist entries and the associated
> dumptype definitions?
>
> Nathan
>
You may have brought something to my attention, I know for a fact that
the amanda.conf on this server machine is using amgtar.
define application-tool app_amgtar {
comment "amgtar"
plugin "amgtar"
#property "GNUTAR-PATH" "/path/to/gtar"
#property "GNUTAR-LISTDIR" "/path/to/gnutar_list_dir"
#default from gnutar_list_dir setting in amanda-client.conf
property "ONE-FILE-SYSTEM" "yes" #use '--one-file-system' option
#property "SPARSE" "yes" #use '--sparse' option
#property "ATIME-PRESERVE" "yes" #use '--atime-preserve=system'
option
property "CHECK-DEVICE" "no" #use '--no-check-device' if set
to "no"
property "IGNORE" ": socket ignored$"
# property append "IGNORE" ": Directory is new$"
# property append "IGNORE" ": Directory has been renamed"
property append "IGNORE" "file changed as we read it$"
}
later in that file however,
define dumptype dt_amgtar {
program "APPLICATION"
application "app_amgtar"
index yes
}
define dumptype global {
comment "Global definitions"
# This is quite useful for setting global parameters, so you don't
have
# to type them everywhere. All dumptype definitions in this sample
file
# do include these definitions, either directly or indirectly.
# There's nothing special about the name `global'; if you create any
# dumptype that does not contain the word `global' or the name of any
# other dumptype that contains it, these definitions won't apply.
# Note that these definitions may be overridden in other
# dumptypes, if the redefinitions appear *after* the `global'
# dumptype name.
# You may want to use this for globally enabling or disabling
# indexing, recording, etc. Some examples:
index yes
program "GNUTAR"
auth "bsdtcp"
allow-split true
: # program "APPLICATION"
# record no
# splitsize 2000m
## split_diskbuffer "/dumps"
# fallback_splitsize 64m
# estimate calcsize
}
But as can be seen, the global dumptype never got changed, it still says
GNUTAR!! What is the proper syntax? I'll change it before the run
tonight.
But at the same time I don't know what the "canned at another farm"
clients are running. ATM I up to my butt in something else, but I will
see about it over the weekend.
> ----------------------------------------------------------------------
>------ Nathan Stratton Treadway - [email protected] - Mid-Atlantic
> region Ray Ontko & Co. - Software consulting services -
> http://www.ontko.com/ GPG Key:
> http://www.ontko.com/~nathanst/gpg_key.txt ID: 1023D/ECFB6239 Key
> fingerprint = 6AD8 485E 20B9 5C71 231C 0C32 15F3 ADCD ECFB 6239
Cheers, Gene Heskett
--
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
- Louis D. Brandeis
Genes Web page <http://geneslinuxbox.net:6309/gene>