]> git.proxmox.com Git - proxmox-backup.git/commit
proxmox_restore_daemon: mount ntfs with 'utf8' option
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 5 May 2021 08:46:19 +0000 (10:46 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 5 May 2021 09:07:31 +0000 (11:07 +0200)
commit8d6fb677c1dffd885fb1b0590dab3581d20c5225
tree555a5a4da276d893297960a20ab67e984df243d3
parenta2daecc25dd22984119141e31f288ac743470545
proxmox_restore_daemon: mount ntfs with 'utf8' option

otherwise, the kernel driver exposes file names as iso 8859-1,
but we want to have them as utf8.

This mapping should always work, since UTF16 can be cleanly converted
to UTF8.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/bin/proxmox_restore_daemon/disk.rs