A few words about the backup plugin.
It works as intended.
I find that the backup file names lack a unique identifier for the backup method.
For example, when backing up with fsarchiver, it is hard to find the corresponding files on the backup media with a regular expression.
For example:
-rw-r--r-- 1 root user 928 Oct 18 00:04 backup-omv-2023-10-18_00-00-01.packages
-rw-r--r-- 1 root user 512 Oct 18 00:04 backup-omv-2023-10-18_00-00-01.grubparts
-rw-r--r-- 1 root user 446 18 Oct 00:04 backup-omv-2023-10-18_00-00-01.grub
-rw-r--r-- 1 root user 4851331251 18 Oct 00:04 backup-omv-2023-10-18_00-00-01.fsa
-rw-r--r-- 1 root user 208 18 Oct 00:04 backup-omv-2023-10-18_00-00-01.fdisk
-rw-r--r-- 1 root user 998 18 Oct 00:04 backup-omv-2023-10-18_00-00-01.blkid
Better would be
backup-omv-fsarch-2023-10-18_00-00-01*
or backup-omv-borg-2023-10-18_00-00-01*
and so on, this would make a selection much easier.
don't it?
edit: Title changed