]> git.seodisparate.com - SimpleArchiver/commit
Add option to preserve symlinks exactly
authorStephen Seo <seo.disparate@gmail.com>
Thu, 24 Oct 2024 07:37:55 +0000 (16:37 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 24 Oct 2024 07:37:55 +0000 (16:37 +0900)
commita415ab22ad705c4a3494e5be8876d7065433f1d1
tree1ada5e2104ffeb9d40f7f20f261667d60396f54a
parentf81d007e7c62f2062db9fb5c4a6ee1e9903d27ba
Add option to preserve symlinks exactly

The "--preserve-symlinks" option preserves the symlink target instead of
deriving absolute/relative-paths from it. If archived symlinks are
absolute-paths, then it is NOT recommended to use this option as the
symlinks can be clobbered on extraction (unless if "--no-safe-links" is
specified on extraction).
README.md
src/archiver.c
src/parser.c
src/parser.h