File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
share/github-backup-utils Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ cat $tmp_list | ghe_debug
120
120
bm_end " $( basename $0 ) - Transferring network list"
121
121
122
122
bm_start " $( basename $0 ) - Generating routes"
123
- echo " cat $remote_tmp_list | github-env ./bin/dgit-cluster-restore-routes > $remote_routes_list " | ghe-ssh " $GHE_HOSTNAME " -- /bin/bash
123
+ echo " cat $remote_tmp_list | github-env ./bin/dgit-cluster-restore-routes | grep 'git-server-' > $remote_routes_list " | ghe-ssh " $GHE_HOSTNAME " -- /bin/bash
124
124
ghe-ssh " $GHE_HOSTNAME " -- cat $remote_routes_list | ghe_debug
125
125
bm_end " $( basename $0 ) - Generating routes"
126
126
144
144
# One rsync invocation per server available.
145
145
bm_start " $( basename $0 ) - Restoring repository networks"
146
146
rsync_commands=()
147
- for file_list in $tempdir /* .rsync; do
147
+ for file_list in $tempdir /git-server- * .rsync; do
148
148
if $CLUSTER ; then
149
149
server=$( basename $file_list .rsync)
150
150
else
You can’t perform that action at this time.
0 commit comments