Revert "Added '--delete' to syncToDisk in armbian-ramlog (#3779)" (#4012)

This reverts commit 6b43018c22.
This commit is contained in:
jmue 2022-07-19 22:52:51 +02:00 committed by GitHub
parent 9c52562176
commit 3196ef8bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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