File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
share/github-backup-utils Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ bm_end "$(basename $0) - Building network list"
108
108
# each Spokes node including only those repository networks for which there was a route to the
109
109
# respective Spokes node.
110
110
if $CLUSTER ; then
111
+ log_info " * Restoring repository networks to cluster nodes according to Spokes routes" 1>&3
112
+
111
113
# The server returns a list of routes:
112
114
#
113
115
# a/nw/a8/3f/02/100000855 dgit-node1 dgit-node2 dgit-node3
@@ -150,6 +152,8 @@ if $CLUSTER; then
150
152
# the Spokes route list captured during the backup. As we already have the list of all repository
151
153
# network paths, we can simply use that as the rsync file list in noncluster environments.
152
154
else
155
+ log_info " * Restoring all repository networks to target host unconditionally" 1>&3
156
+
153
157
cp " $tmp_list " " $tempdir /git-server-primary.rsync"
154
158
fi
155
159
You can’t perform that action at this time.
0 commit comments