plakar
plakar copied to clipboard
Error with VFAT filesystems?
On Discord on #support-en, Muetdhivers had the following error:
% plakar at @extsave backup ~/
plakar: failed to create snapshot: encoding/hex: invalid byte: U+002E '.'
Other plakar commands also fail (eg. ls).
Setup:
- plakar v1.0.4 on OSX
@extsaveis using the fs importer, and is a directory on an external hard drive formatted with EXFAT (or at least, that's whatmountshows)
I attempted to reproduce the issue without success:
hdiutil create -size 1g -fs EXFAT -volname TestExFAT ./test_exfat.dmg
hdiutil attach ./test_exfat.dmg
plakar at /Volumes/TestExFAT/TéléChargement create -plaintext
plakar at /Volumes/TestExFAT/TéléChargement backup /etc
plakar at /Volumes/TestExFAT/TéléChargement ls
We need to investigate and find a way to reproduce.