]> git.seodisparate.com - SimpleArchiver/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Tue, 24 Dec 2024 02:25:17 +0000 (11:25 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 24 Dec 2024 02:25:17 +0000 (11:25 +0900)
README.md

index aeaad551685d9dab868337806c596faf996b03da..4e2ca4ea617ebd16ba54a5fc99fc2fe29506ef08 100644 (file)
--- a/README.md
+++ b/README.md
@@ -60,6 +60,21 @@ to open via Wine (if Wine is installed). [A workaround is mentioned here.](https
 
 See the [Changelog](https://github.com/Stephen-Seo/SimpleArchiver/blob/main/Changelog.md).
 
+## Other Things to Know
+
+When storing symlinks, `simplearchiver` will typically store relative and
+absolute-paths for all symlinks. If a symlink points to something that will be
+stored in the archive during archive creation, then relative paths will be
+preferred for that symlink on extraction. If `--no-safe-links` is set when
+creating the archive, then `simplearchiver` will prefer absolute paths on
+extraction for symlinks that point to anything that wasn't stored in the
+archive. `--no-abs-symlink` will force `simplearchiver` to store only relative
+symlinks and not absolute-path symlinks on archive creation.
+
+UID and GID will only be set on extracted files if the EUID is 0. Thus, files
+extracted by non-EUID-0 users will typically have the extracted files UID/GID as
+the extracting user's UID/GID.
+
 ## LICENSE Information
 
 Uses the [ISC License](https://choosealicense.com/licenses/isc/).