Ajout d'infos pour la mise en place du logrotate
This commit is contained in:
parent
99296fbd46
commit
e504ceb5a1
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -48,6 +48,18 @@ inoticoming --logfile /var/log/bkp-usb.log /var/run/ --stderr-to-log --stdout-to
|
|||
|
||||
* lancer manuellement la commande *inoticoming* du fichier précédent (ou rebooter)
|
||||
|
||||
* mettre en place la rotation du fichier de log en créant le fichier */etc/logrotate.d/backup-usb* :
|
||||
|
||||
```
|
||||
/var/log/bkp-usb.log {
|
||||
rotate 7
|
||||
weekly
|
||||
compress
|
||||
missingok
|
||||
notifempty
|
||||
}
|
||||
```
|
||||
|
||||
Création du mot de passe de et la clé LUKS
|
||||
------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue