Skip to content

v1.2

Latest

Choose a tag to compare

@psychic69 psychic69 released this 13 Mar 05:27
· 1 commit to main since this release
520be78

CRITICAL FIX: Fixed backup file rotation bug where newly created backups were immediately deleted
Root cause: cp -p preserved original disk image's old modification time, causing zstd-compressed backups to appear weeks old to the rotation function
Solution: Added touch command after backup completion to update file modification time to current time
Applied fix to both compressed (zstd) and uncompressed (rsync) backup paths