Explorar el Código

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 hace 4 años
committed by GitHub
padre
commit
39579ec27d
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      log2ram

+ 5
- 0
log2ram Ver fichero

@@ -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 () {


Cargando…
Cancelar
Guardar