Dear Maintainer,
I found a fix for the
stderr: tarmode: unrecognised option quiet
error messages while Amanda is using smbclient. I removed the quiet
option from amsamba because the newest smbclient versions does seem to
imply 'quiet' and the option is not available any more.
backup@chronos:~$ diff /usr/lib/amanda/application/amsamba /usr/lib/amanda/application/amsamba.orig
646c646
< $comm = "tarmode full reset hidden system;";
---
648c648
< $comm = "tarmode inc noreset hidden system;";
---
I hope that helps.
Greetings
Tobias