EDIT: The issue is actually with Safari, not macOS. See my comment below.
EDIT2: Updated the subject line to include Safari.
Just did an initial backup on a Big Sur mac. Some filenames are in Swedish so they have Å, Ä and Ö characters.
The filenames look correct in the logs, but if I try to restore from the web UI there are two issues:
- If I try to open a folder in the restore browser with a non-ASCII character in the name, I just get a popup saying “Invalid path”.
- If I select a file with a non-ASCII character in the name and click restore, it runs but nothing actually gets restored. As you can see from the log below, it just silently skips the file. This only happens when I select a unicode filename.
-----8<------
2021-09-03 19:38:10.321 INFO SNAPSHOT_FILTER Loaded 0 include/exclude pattern(s)
2021-09-03 19:38:11.574 INFO RESTORE_START Restoring /Users/p/Documents to revision 1
2021-09-03 19:38:11.578 INFO RESTORE_END Restored /Users/p/Documents to revision 1
2021-09-03 19:38:11.578 INFO RESTORE_STATS Files: 0 total, 0 bytes
2021-09-03 19:38:11.578 INFO RESTORE_STATS Downloaded 0 file, 0 bytes, 0 chunks
2021-09-03 19:38:11.578 INFO RESTORE_STATS Skipped 0 file, 0 bytes
2021-09-03 19:38:11.578 INFO RESTORE_STATS Total running time: 00:00:01
However, restoring these files from CLI seems to work.