• The output of restic version
:
restic 0.17.1 compiled with go1.23.1 on linux/amd64
• The complete commands that you ran (leading up to the problem or to reproduce the problem):
restic --repo /mnt/backup/tmp_restic backup /mnt/225
I noticed that original files with names of the following format:
DOC-20230417-WA0000
gained a trailing dot and became:
DOC-20230417-WA0000.
The trailing dot is there when I mount the repo to browse the contents of the backup, and also when I restore the backup. There is no dot in the name of the original files. Other files (which have a dot followed by the file extension or a dot just anywhere in the file name) are not affected.
Any feedback will be appreciated