This file contains 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
import csv | |
import os | |
import sys | |
''' CONFIG ''' | |
# PATHS | |
''' Path relative to this script for input data files ''' | |
input_path = 'input' |
This file contains 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 | |
# | |
## OpenShift redis backup script | |
## usage | |
## Edit openshift ID and backup directory to reflect your setup | |
## Install cron cartridge and place this script in the appropriate cron directory for your needs (daily, hourly, etc.) | |
openshift_id="your_openshift_id" |