On 3/15/23 18:29, Kamil Jońca wrote:
Jose M Calhariz <j...@calhariz.com> writes:

On 3/13/23 13:16, Kamil Jońca wrote:
"Debian Bug Tracking System" <ow...@bugs.debian.org> writes:

Thank you for filing a new Bug report with Debian.

You can follow progress on this Bug here: 1032884: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1032884.

dpkg -l "amanda*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-==========================================================
un  amanda         <none>       <none>       (no description available)
ii  amanda-client  1:3.5.1-9+b1 amd64        Advanced Maryland Automatic 
Network Disk Archiver (Client)
ii  amanda-common  1:3.5.1-9+b1 amd64        Advanced Maryland Automatic 
Network Disk Archiver (Libs)
ii  amanda-server  1:3.5.1-10   amd64        Advanced Maryland Automatic 
Network Disk Archiver (Server)


Work properly, so this is kind a regression.

KJ


Hi


What dumptypes do you use in amanda?


--8<---------------cut here---------------start------------->8---
define dumptype gnutar-base {
     compress client custom
     client-custom-compress "/usr/local/lib/amanda/xz9"
     encrypt client
     client-encrypt "/usr/local/lib/amanda/encgpg"
     index yes
     program "GNUTAR"
     maxpromoteday 30
}
define dumptype gnutar-local {
     gnutar-base
     auth "local"
}

define dumptype gnutar-bsdtcp {
         gnutar-base
         auth "bsdtcp"
}
define dumptype gnutar-bsdtcp-nocomp {
     gnutar-bsdtcp
     compress none
}

define dumptype gnutar-local-nocomp {
     gnutar-local
     compress none
}
--8<---------------cut here---------------end--------------->8---

"/usr/local/lib/amanda/xz9"   = exec /usr/bin/xz "$@"

"/usr/local/lib/amanda/encgpg" = exec gpg -e  (in case of dumping)

Thank you, your problem is known and will be fixed on the next upload.


Kind regards

Jose M Calhariz

Reply via email to