Skip to content

Instantly share code, notes, and snippets.

View thorian93's full-sized avatar
👨‍💻

Thorian93 thorian93

👨‍💻
View GitHub Profile
#!/usr/bin/env bash
#
# Written by: Robin Gierse - info@thorian93.de - on 20200911
#
# Purpose:
# This is a check script for borg backups as seen from the backup client.
#
# Version: 0.1 on 20200911
# Version: 0.2 on 20200913
#
@thorian93
thorian93 / backup-gitlab.sh
Last active February 26, 2024 09:08
Gitlab Backup Script
#!/bin/bash
#
# Written by: Robin Gierse - info@thorian93.de - on 20191024
#
# Purpose:
# This script backs up gitlab
#
# Version: 0.1 on 20191024
# Version: 0.1 on 20191031 - Fix cleanup routine
#
@thorian93
thorian93 / backup-influxdb.sh
Last active October 21, 2023 09:59
InfluxDB Backup Script
#!/bin/bash
#
# Written by: Robin Gierse - info@thorian93.de - on 20191016
#
# Purpose:
# This script backs up influx databases
#
# Version: 0.1 on 20191016
# Version: 0.2 on 20191017
# Version: 0.3 on 20191022 - Add cleanup routine and switch compression to bz2
@thorian93
thorian93 / backup-grafana.sh
Last active March 8, 2023 14:46
Grafana Backup Script
#!/bin/bash
#
# Written by: Robin Gierse - info@thorian93.de - on 20191016
#
# Purpose:
# This script backs up grafana database and configuration
#
# Version: 0.1 on 20191017
# Version: 0.2 on 20191022 - Add cleanup routine and switch compression to bz2
# Version: 0.3 on 20191029 - Repair cleanup routine