]> git.seodisparate.com - SimpleArchiver/commitdiff
Update Changelog.md
authorStephen Seo <seo.disparate@gmail.com>
Wed, 25 Dec 2024 12:18:26 +0000 (21:18 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 25 Dec 2024 12:18:26 +0000 (21:18 +0900)
Changelog.md

index eee889605e7b865f497cd698e0b17309d5c6c62e..a5ec471ab47f8af645a4ae3bacc61ebda4928a0a 100644 (file)
@@ -7,6 +7,13 @@ Implemented force-setting permissions for files/dirs and force-setting UID/GID.
 Better info is printed for directories in file format `version 2` when using
 `test mode` `-t`.
 
+Fix case when archiving from read-only directory:
+
+- A temporary file is usually created to store compressed archive
+chunks/files which is located where the files are. This commit
+falls-back to using `tmpfile()` if the first attempt to create a
+temporary file fails.
+
 ## Version 1.9
 
 Add `file format 2` to handle archiving empty directories.