Skip to content

Instantly share code, notes, and snippets.

View leicht-io's full-sized avatar

Christian Leicht leicht-io

View GitHub Profile
#!/bin/bash
#This will lead to the script stopping when the first command fails.
set -eux
# Cassandra snapshot to S3
# author: clj@leicht-thruesen.com
# date: 19.01.2016
# updated: 21.01.2016