Hi guys, I am writing a script to export monthly backups out of amanda to an archive software, but now I think I am facing a bug. I was expecting regex to work in all amanda programs in the same way, but this is what I get (using amsamba in disklist):
amadmin --exact-match mirror find SERVER //esx-87/C$ => works amfetchdump --exact-match -Ca -O /storage mirror SERVER //esx-87/C$ 20141026 => ERROR: No matching dumps found The last one I got working with something like that: 'esx-87\/C\$$' but this is real hard to script as an if-clause in my export script. Is it a bug or is it not? Regards, Dennis
