Closed tasket closed 6 months ago
Implementation will perform destination cd
before 'LC_ALL' is set. This allows cd-ing to the archive using the default locale; a subsequent cd
may then be issued (after locale is set) in the command list if descending further into archive is necessary.
Problem
Unicode is not fully handled. This is because many local command invocations expect the 'C' locale for efficiency (and this was the only locale necessary for local cmds when Wyng was limited to LVM). Support for reflink volumes makes explicit unicode support necessary. Some of this unicode impacts metadata max size estimates in ArchiveSet objects.
Solution
cp --reflink
command and variousbtrfs subvolume
commands that will have to operate on user volume names and paths, not just Wyng-generated snapshot paths.Related
Issue #75