Subj : src/sbbs3/main.cpp To : Git commit to main/sbbs/master From : Rob Swindell Date : Tue Jun 08 2021 09:59 pm https://gitlab.synchro.net/main/sbbs/-/commit/31149a208abdd6cf12317cb4 Modified Files: src/sbbs3/main.cpp Log Message: Always use rename() on *nix when mv() is called with copy=FALSE This should fix issue #272 reported by Ragnarok. Not the libarchive error part, but the second (mv) CopyFile error part. .