mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Update armbian-ramlog (#4005)
https://github.com/armbian/build/pull/3779#issuecomment-1184759787
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user