#992943 amanda-client: suggested fix for 'stderr: tarmode: unrecognised option quiet '

Package:
amanda-client
Source:
amanda
Description:
Advanced Maryland Automatic Network Disk Archiver (Client)
Submitter:
tkoeck
Date:
2021-08-25 12:06:05 UTC
Severity:
normal
#992943#5
Date:
2021-08-25 12:03:17 UTC
From:
To:
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