From d4d9fb65dc8a0241956b8035d878d3a7fc44585c Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 25 Dec 2024 21:18:26 +0900 Subject: [PATCH] Update Changelog.md --- Changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Changelog.md b/Changelog.md index eee8896..a5ec471 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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. -- 2.49.0