Skip to content

Instantly share code, notes, and snippets.

@snow8261
snow8261 / backup-influxdb.sh
Created April 10, 2022 07:06 — forked from thorian93/backup-influxdb.sh
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
@snow8261
snow8261 / 0_reuse_code.js
Created April 30, 2014 07:44
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console