From 91dab8750ebb389303d0363f8dddac9e419d92bb Mon Sep 17 00:00:00 2001 From: Mark Haslinghuis Date: Fri, 28 Jun 2024 17:51:39 +0200 Subject: [PATCH] Use diff (#4068) --- src/js/utils/AutoBackup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/utils/AutoBackup.js b/src/js/utils/AutoBackup.js index 9543a1f6a1..43360be755 100644 --- a/src/js/utils/AutoBackup.js +++ b/src/js/utils/AutoBackup.js @@ -76,7 +76,7 @@ class AutoBackup { console.log('Running backup'); await this.activateCliMode(); - await this.sendCommand("dump all"); + await this.sendCommand("diff"); setTimeout(async () => { this.sendCommand("exit", this.onClose);