Case sensitive server OS

I installed urbackup server in docker on raspbian and do get the following error message:

(err_file_system_case_insensitive). File exists (code: 17)UrBackup Server is running on a operating system where file systems are usually case sensitive. Work-arounds for UrBackup to work with case insensitive backup storage are disabled.The backup storage is case insensitive, however. This might cause issues.

I cannot find any work-arounds. What can I do?

What storage are you using?

Workarounds or complete fixes depend on the answer.

Hi @Bearded_Blunder,

Thanks for your answer.

I use a usb mounted hdd with a vfat filesystem:
UUID=2FB4-XXXX /mnt/hdd vfat defaults,auto,users,rw,nofail,umask=000 100 0

Then the easy fix is to re-format it ext4 or something Raspbian knows & likes.
Personally I’d delete whatever partition it has & start over, but that may be overkill.

1 Like