summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-11-15 08:02:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-11-15 08:02:09 -0700
commit748ab94e59caef91866554b6aa2b4765d9c1d9dc (patch)
treee7945217804459a18c0e90c519874350e33b20af
parent47f0d79a2a2660f68fa175719fa2d4298603cb3a (diff)
downloaddotfiles-748ab94e59caef91866554b6aa2b4765d9c1d9dc.tar.gz
comment
-rwxr-xr-xbin/coldbkup1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/coldbkup b/bin/coldbkup
index f6e5be2a..993dab5c 100755
--- a/bin/coldbkup
+++ b/bin/coldbkup
@@ -71,6 +71,7 @@ repos=$(ssh athena ls /home/git)
for repo in $repos; do
status processing $repo from athena
if [ "$repo" = "priv.git" -o "$repo" = "annex.git" -o "$repo" = "rt.git" ]; then
+ # might need a ssh:// and a /~/ in here to work with gcrypt
gitbk gcrypt::git@spwhitton.name:${repo%.*} $DEST/athena
else
gitbk git@spwhitton.name:${repo%.*} $DEST/athena