diff -r 2e8b9a3caa56 -r e79cc90c7798 borgend/backup.py --- a/borgend/backup.py Mon Feb 07 11:38:54 2022 +0200 +++ b/borgend/backup.py Wed Nov 23 10:57:57 2022 +0200 @@ -495,7 +495,7 @@ elif op.type==Operation.LIST: self.__do_launch(op, self.repository.location, params.common, - [{'prefix': self.archive_prefix}]) + [{'glob-archives': self.archive_prefix + '*'}]) else: raise NotImplementedError("Invalid operation '%s'" % str(op.type))