Zentrale öffentliche Logbücher

Aus MattWiki

Dies ist die kombinierte Anzeige aller in MattWiki geführten Logbücher. Die Ausgabe kann durch die Auswahl des Logbuchtyps, des Benutzers oder des Seitentitels eingeschränkt werden (Groß-/Kleinschreibung muss beachtet werden).

Logbücher
  • 23:19, 27. Apr. 2025 Matt Diskussion Beiträge erstellte die Seite How to do Database Backups with Logrotate (Die Seite wurde neu angelegt: „Example for how to create database backups with logrotate. == Example Configuration == The following configuration is still in testing so don't rely on this and take this with a grain of salt. Create file <code>/etc/logrotate.d/database_backup</code><syntaxhighlight lang="bash"> # daily backup for 7 days /var/backups/mariadb/database_dump.sql { missingok rotate 7 daily # compress # compresscmd gzip # compressext .gz nocopy nocreate postr…“) Markierung: Visuelle Bearbeitung