Host:matomat.fritz.box
Aus k4cg.org
Übersicht
- OS: Debian (9.8)
- ip: 192.168.178.120
- nw: 255.255.255.0
- gw: 192.168.178.1
- dns: 192.168.178.1
- dns-search: k4cg.org
Users
admin-user:
- penis
- gpunktschmitz
- noqqe
Setup Heiko
Der Systemuser heiko
hat in seinem Home den Source, Config und die Sounddateien vom Matomat Frontend.
Details siehe Projekt:Heiko
Das Commandline Matomat Interface läuft auf TTY1
# cat /etc/systemd/system/getty@tty1.service.d/override.conf [Service] Type=simple ExecStart= ExecStart=-/sbin/agetty --autologin heiko --noclear %I 38400 linux
Setup matomat-service
Im Homeverzeichnis des systemusers maas
befindet sich der matomat backend Code.
Dort liegt auch die User Datenbank. Details siehe Projekt:matomat-service
Backup von Matomat
Backup läuft jede Nacht um 02:00 Uhr und wird auf Host:qnap.intern.k4cg.org gesynct
Es wird unter /share/BACKUP/matomat
gespeichert
Backup funktioniert so
RESTIC_PASSWORD=xxx RESTIC_REPOSITORY=sftp:admin@192.168.178.8:/share/BACKUP/matomat/ 0 2 * * * restic backup /home/maas /home/heiko /var/matomat
Restore
# restic snapshots ID Date Host Tags Directory ---------------------------------------------------------------------- 54cc2d0c 2019-03-28 13:44:18 matomat /home/heiko /home/maas /var/matomat 71ba2ea6 2019-03-28 14:12:41 matomat /home/heiko /home/maas /var/matomat
Alles aus einer ID restoren:
restic restore 54cc2d0c --target /tmp/foo restoring <Snapshot 54cc2d0c of [/home/heiko /home/maas /var/matomat] at 2019-03-28 13:44:18.454347385 +0100 CET by root@matomat> to /tmp/foo
Nur ein Spezielles file:
# restic restore 54cc2d0c --target /tmp/foo --include config.yml # find /tmp/foo/ /tmp/foo/ /tmp/foo/maas /tmp/foo/maas/config.yml /tmp/foo/heiko /tmp/foo/heiko/config.yml /tmp/foo/heiko/heiko /tmp/foo/heiko/heiko/config.yml anderes beispiel # restic restore --target /tmp/foo latest --include matomat.db # find /tmp/foo/ /tmp/foo/ /tmp/foo/matomat /tmp/foo/matomat/matomat.db
Nur 1 Dirrectory von alle inkludierten:
restic restore 54cc2d0c --target /tmp/foo --path /var/matomat