From 3196ef8bd86e5d86f4a013e5ef6874859ab45941 Mon Sep 17 00:00:00 2001 From: jmue Date: Tue, 19 Jul 2022 22:52:51 +0200 Subject: [PATCH] Revert "Added '--delete' to syncToDisk in armbian-ramlog (#3779)" (#4012) This reverts commit 6b43018c22056e2ef14197c1c80f4f57ddd02472. --- packages/bsp/common/usr/lib/armbian/armbian-ramlog | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/bsp/common/usr/lib/armbian/armbian-ramlog b/packages/bsp/common/usr/lib/armbian/armbian-ramlog index e404925bd9..ef86bf6904 100755 --- a/packages/bsp/common/usr/lib/armbian/armbian-ramlog +++ b/packages/bsp/common/usr/lib/armbian/armbian-ramlog @@ -50,7 +50,6 @@ syncToDisk () { if [ "$USE_RSYNC" = true ]; then ${NoCache} rsync -aXWv \ --exclude "lost+found" --exclude armbian-ramlog.log \ - --delete \ --links \ ${XTRA_RSYNC_TO[@]+"${XTRA_RSYNC_TO[@]}"} \ $RAM_LOG $HDD_LOG 2>&1 | $LOG_OUTPUT