pschiffe / docker-borg

Docker image with BorgBackup client utility and sshfs support
https://hub.docker.com/r/pschiffe/borg/
MIT License
51 stars 18 forks source link

locale warning while restoring #3

Closed bbigras closed 7 years ago

bbigras commented 7 years ago

I got this warning while restoring a file:

Warning: File system encoding is "ascii", extracting non-ascii filenames will not be supported. Hint: You likely need to fix your locale setup. E.g. install locales and use: LANG=en_US.UTF-8

It's from borg https://github.com/borgbackup/borg/blob/3db27f950e901fa6fcb679962a8432bd1ed059e0/src/borg/archiver.py#L626

pschiffe commented 7 years ago

I've set the LANG env var in the image, can you try it? https://github.com/pschiffe/docker-borg/commit/20bca24adc1999488772a4968e7029b1c0a7cfab

bbigras commented 7 years ago

I don't have the warning anymore. Thanks.