From 748ab94e59caef91866554b6aa2b4765d9c1d9dc Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 15 Nov 2015 08:02:09 -0700 Subject: comment --- bin/coldbkup | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3