Re: Debian Buster, bsdtcp, systemd
"Stefan G. Weichinger" <[email protected]>
| Newsgroups | gmane.comp.archivers.amanda.user |
|---|---|
| Message-ID | <[email protected]> |
Am 25.08.21 um 10:31 schrieb Tobias Koeck: > Hi Mr. Weichinger, > > I fixed a lot of problems by adjusting the amsamba file with the new > smbclient version from Debian 11 > > backup@chronos:~$ diff /usr/lib/amanda/application/amsamba > /usr/lib/amanda/application/amsamba.orig > 646c646 > < $comm = "tarmode full reset hidden system;"; > --- > > $comm = "tarmode full reset hidden system quiet;"; > 648c648 > < $comm = "tarmode inc noreset hidden system;"; > --- > > $comm = "tarmode inc noreset hidden system quiet;"; > > I'll write a bug report for Debian too but you could try to remove the > 'quiet' option from the code if you have the newest smbclient version. > The quiet option doesn't seem to be supported with the newest smbclient > as a tar option. Yes, that "quiet" bugs me for a long time already ;-) I rm-ed it as well sometimes ago ... somehow it came back, maybe with a reinstallation. I'll add it later and see if the logs get more quiet with removing "quiet" :-)