summaryrefslogtreecommitdiff
path: root/bin/coldbkup
diff options
context:
space:
mode:
Diffstat (limited to 'bin/coldbkup')
-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