From b341d954a38771d725626e9858348421af8402bf Mon Sep 17 00:00:00 2001 From: Federico Justus Denkena Date: Thu, 10 Sep 2026 01:16:37 +0200 Subject: [PATCH] bisync: resync-mode newer (shared Dropbox, not path1) --- lib/rclone/constants.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rclone/constants.ts b/lib/rclone/constants.ts index 365801a..15b19d3 100644 --- a/lib/rclone/constants.ts +++ b/lib/rclone/constants.ts @@ -6,6 +6,7 @@ export const BISYNC_SAFETY_DEFAULTS = { resilient: false, slowHashSyncOnly: true, conflictResolve: 'none', + resyncMode: 'newer', maxDelete: 1, maxDeleteFiles: 10, maxDeleteSize: '1G',