From 431ded4f4ace0da671f23d32129b902ed5766ee0 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 20 Mar 2016 16:51:44 -0700 Subject: update duply-run on athena --- bin/duply-run | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/bin/duply-run b/bin/duply-run index b401fbef..12c145f8 100755 --- a/bin/duply-run +++ b/bin/duply-run @@ -12,9 +12,10 @@ unset SSH_AUTH_SOCK export SSH_AGENT_PID export SSH_AUTH_SOCK -# we want python 2 not python 3 -PATH=/usr/bin:$PATH -export PATH +# no longer on MetaArray +# # we want python 2 not python 3 +# PATH=/usr/bin:$PATH +# export PATH case "$(hostname -f)" in "ma.sdf.org") @@ -48,9 +49,10 @@ case "$(hostname -f)" in offline || duply artemis-swhitton-home backup_purge --force ;; "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 + # now available from backports + # # 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 -- cgit v1.2.3