Am 2017-08-07 um 17:53 schrieb Eric Lovelace:
> Just to update: I created another machine to test the client as opposed to
> smb method and got pretty much the exact same results. Next step is to
> install Amanada on another operating system just to make sure that isn’t
> the cause, but an example of an smb config that is known to work on this
> version would still be very helpful if anyone has one.
You have to use something like this to make use of smbclient as helper:
define application app_amsamba {
plugin "amsamba"
property "SMBCLIENT-PATH" "/usr/bin/smbclient"
property "GNUTAR-PATH" "/bin/tar"
property "AMANDAPASS" "/etc/amandapass"
property "ALLOW-ANONYMOUS" "guest"
}
define dumptype amsamba {
comment "per smbclient"
global
program "APPLICATION"
application "app_amsamba"
}
And then edit your disklist like:
bu01.msddecatur.k12.in.us //castellum/tech amsamba
Additionally user/pw for the share has to go into /etc/amandapass (see
manpage https://wiki.zmanda.com/man/amsamba.8.html )
Stefan