This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#This will lead to the script stopping when the first command fails. | |
set -eux | |
# Cassandra snapshot to S3 | |
# author: [email protected] | |
# date: 19.01.2016 | |
# updated: 21.01.2016 |