summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-11-17 20:27:44 +0000
committerSean Whitton <spwhitton@spwhitton.name>2015-11-17 20:27:44 +0000
commit3ae7b5df54f18c5e40689484bee6b3d7b6084539 (patch)
tree7ab0da8d3a4cd2424f889196e89d6a281086181e
parentfd9551f674242637b157d52ad31379422dfc849e (diff)
downloaddotfiles-3ae7b5df54f18c5e40689484bee6b3d7b6084539.tar.gz
add to duply-run for athena
-rwxr-xr-xbin/duply-run6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/duply-run b/bin/duply-run
index a23b8140..7b4fbc2e 100755
--- a/bin/duply-run
+++ b/bin/duply-run
@@ -49,4 +49,10 @@ case "$(hostname -f)" in
$HOME/bin/duply artemis-swhitton-home-run backup_purge --force
fi
;;
+ "athena.silentflame.com")
+ # use our own compiled version in order to get --s3-use-ia
+ export PYTHONPATH='/root/local/lib/python2.7/site-packages/'
+ export PATH=/root/local/bin:$PATH
+ duply athena-root-run backup
+ ;;
esac