]> git.seodisparate.com - SimpleArchiver/commitdiff
Update Changelog.md, UID/GID remapping still WIP
authorStephen Seo <seo.disparate@gmail.com>
Mon, 6 Jan 2025 06:45:18 +0000 (15:45 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 6 Jan 2025 06:45:18 +0000 (15:45 +0900)
Changelog.md

index fa2491e032a1b9c2822ab8fd516bf996380a7f7f..fdc6e2aa85f19b4c7c1d1fd12df67af260cd64bb 100644 (file)
@@ -14,6 +14,12 @@ Fix setting UID/GID for stored directories.
 Make extraction prefer username over UID and groupname over GID by default.  
 Added `--extract-prefer-uid` and `--extract-prefer-gid` to change this behavior.
 
+Add `--remap-user <UID/Username>:<UID/Username>` and `--remap-group
+<GID/Groupname>:<GID/Groupname>` that remaps the first item with the last item
+during archival or extraction. Note that if a remap is specified, it always
+takes effect when archiving, but when extracting it only takes effect when the
+effective-user-id is 0/root.
+
 Fix data_structures/priority_heap iter function.
 
 ## Version 1.10