User Tools

Site Tools


tsm-client_linux

This is an old revision of the document!


TSM Client Linux

If you are experiencing problems backing up files oder directories containing german 'Umlaute' you need to add the following 4 lines to your dsmc init script:

lang="de_DE.UTF-8"
export LC_CTYPE="$lang"
export LANG="$lang"
export LC_ALL="$lang"

In some environements UTF8 won't work. Try

lang="de_DE@euro"

instead

tsm-client_linux.1277793241.txt.gz · Last modified: 2021/04/24 07:38 (external edit)