Update armbian-ramlog (#4005)

https://github.com/armbian/build/pull/3779#issuecomment-1184759787
This commit is contained in:
JuergenBausa
2022-07-17 20:37:57 +02:00
committed by GitHub
parent 7213fce4ac
commit 9c52562176

View File

@@ -54,6 +54,10 @@ syncToDisk () {
--links \
${XTRA_RSYNC_TO[@]+"${XTRA_RSYNC_TO[@]}"} \
$RAM_LOG $HDD_LOG 2>&1 | $LOG_OUTPUT
${NoCache} rsync -aXWv \
--delete \
--links \
${RAM_LOG}journal/ ${HDD_LOG}journal 2>&1 | $LOG_OUTPUT
else
${NoCache} cp -rfup $RAM_LOG -T $HDD_LOG 2>&1 | $LOG_OUTPUT
fi