Re: Debian Buster, bsdtcp, systemd
Tobias Koeck <[email protected]>
| Newsgroups | gmane.comp.archivers.amanda.user |
|---|---|
| Message-ID | <[email protected]> |
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. Greetings Tobias On 8/20/21 8:42 AM, Stefan G. Weichinger wrote: > Am 05.08.21 um 20:28 schrieb Stefan G. Weichinger: > >> A few years ago you could hope that it would be merged into the amanda >> sources ... now that the community project isn't maintained anymore, I >> would consider writing a blog post or so. I even have something in the >> pipeline already. > > Wrote some lines, published right now at > > https://www.oops.co.at/?p=341 > > comments and feedback welcome > >