瀏覽代碼

Update README.md

Log2Ram handles the detection of rsync automatically. If rsync is available on your system, it will be used for synchronization; otherwise, the script will fall back to using cp.

The documentation has been updated to reflect that `USE_RSYNC` is no longer required in the config file (/etc/log2ram.conf).
pull/223/head
Adam Matthews 5 月之前
committed by GitHub
父節點
當前提交
9e802499c4
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      README.md

+ 3
- 3
README.md 查看文件

@@ -37,7 +37,8 @@ cd ..
rm -r log2ram-master
```

For better performances, `RSYNC` is a recommended package.
For better performances, `rsync` is a recommended package.
(Without `rsync`, `cp` will be used instead as fallback).

**REBOOT** before installing anything else (for example `apache2`)

@@ -78,10 +79,9 @@ You need to stop Log2Ram (`systemctl stop log2ram`) and execute the [installatio
## Customization

#### Variables
In the file `/etc/log2ram.conf`, there are five variables:
In the file `/etc/log2ram.conf`, there are four variables:

- `SIZE`: defines the size the log folder will reserve into the RAM (default is 40M).
- `USE_RSYNC`: (commented out by default = `true`) use `cp` instead of `rsync` (if set to `false`).
- `MAIL`: disables the error system mail if there is not enough place on RAM (if set to `false`).
- `PATH_DISK`: activate log2ram for other path than default one. Paths should be separated with a `;`.
- `ZL2R`: enable zram compatibility (`false` by default). Check the comment on the config file. See https://github.com/StuartIanNaylor/zram-swap-config to configure a zram space on your raspberry before enable this option.


Loading…
取消
儲存