Modifications pour le document ScriptsPerso/Nettoyage
Modifié par john le 2025/05/25 00:32
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Contenu
-
... ... @@ -100,11 +100,11 @@ 100 100 Pour exécuter le nettoyage tous les dimanches à 6h : 101 101 102 102 1. Modifier la crontab : 103 -{{code language="bash"}} crontab -e 103 + {{code language="bash"}} crontab -e 104 104 {{/code}} 105 105 106 106 2. Ajouter la ligne suivante : 107 -{{code language="bash"}} 0 6 * * 0 /chemin/vers/nettoyage.sh 107 + {{code language="bash"}} 0 6 * * 0 /chemin/vers/nettoyage.sh 108 108 {{/code}} 109 109 110 110 ---- ... ... @@ -121,9 +121,9 @@ 121 121 122 122 == Liens utiles == 123 123 124 -* Systemd journalctl vacuum https ~://www.freedesktop.org/software/systemd/man/journalctl.html#--vacuum-size=)--//125 -* GNU `rm` documentation https ~://man7.org/linux/man-pages/man1/rm.1.html)//126 -* ShellCheck https ~://www.shellcheck.net) pour analyser les scripts//124 +* Systemd journalctl vacuum https://www.freedesktop.org/software/systemd/man/journalctl.html#--vacuum-size=) 125 +* GNU `rm` documentation https://man7.org/linux/man-pages/man1/rm.1.html) 126 +* ShellCheck https://www.shellcheck.net) pour analyser les scripts 127 127 128 128 ---- 129 129 ... ... @@ -130,4 +130,3 @@ 130 130 == Liens internes == 131 131 132 132 * [[Retour aux scripts personnels>>doc:Wiki Batcave John.TutosLinux.ScriptsPerso.WebHome]] 133 -* [[Retour à l’accueil>>doc:Wiki Batcave John.WebHome]]