v1.0.54: ARCHIVE delete behavior + storage root upload-only allowance

New delete behavior option: "Archive deleted" — when a file is deleted
from the phone in a TWO_WAY pair, it moves to _Deleted/<path> on remote
instead of being permanently deleted from the backup.

Also allows storage root (/storage/emulated/0) for UPLOAD_ONLY pairs so
whole-phone backup syncs work; only blocks root when sync direction would
write files locally.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-26 01:06:28 +00:00
parent 77d56ee6be
commit 683169e8b7
3 changed files with 20 additions and 8 deletions
+2 -2
View File
@@ -1,2 +1,2 @@
VERSION_NAME=1.0.53
VERSION_CODE=54
VERSION_NAME=1.0.54
VERSION_CODE=55