Parcourir la source

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 il y a 4 ans
committed by GitHub
Parent
révision
39579ec27d
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. +5
    -0
      log2ram

+ 5
- 0
log2ram Voir le fichier

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


Chargement…
Annuler
Enregistrer