ソースを参照

New Option

log2ram will now allow users to set it never to write back to the disk, thus allowing the /var/log folder to remain empty and untouched (on the disk). This will further reduce SSD/SD card writes.
pull/116/head
Isaac-D-Cohen 4年前
committed by GitHub
コミット
39579ec27d
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      log2ram

+ 5
- 0
log2ram ファイルの表示

@@ -34,6 +34,9 @@ remountOriginal() {
}

syncToDisk () {
if [ "$WRITE_TO_DISK" = true ]; then
isSafe
#INITIAL_STATE=$(remountRW)

@@ -43,6 +46,8 @@ syncToDisk () {
cp -rfup $RAM_LOG/ -T $HDD_LOG/ 2>&1 | tee -a $LOG2RAM_LOG
fi
#remountOriginal ${INITIAL_STATE}
fi
}

syncFromDisk () {


読み込み中…
キャンセル
保存