File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
share/github-backup-utils Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ sync_data (){
194
194
echo 1>&3
195
195
196
196
log_info " * Transferring auxiliary files ..." 1>&3
197
- rsync_repository_data $1 :122 $2 -z << RULES
197
+ rsync_repository_data $1 :122 $2 << RULES
198
198
- /__*__/
199
199
- /info/
200
200
@@ -231,7 +231,7 @@ RULES
231
231
# loose refs trump packed-refs information.
232
232
echo 1>&3
233
233
log_info " * Transferring packed-refs files ..." 1>&3
234
- rsync_repository_data $1 :122 $2 -z << RULES
234
+ rsync_repository_data $1 :122 $2 << RULES
235
235
- /__*__/
236
236
- /info/
237
237
@@ -257,7 +257,7 @@ RULES
257
257
# transferred to ensure that all referenced objects are included.
258
258
echo 1>&3
259
259
log_info " * Transferring refs and reflogs ..." 1>&3
260
- rsync_repository_data $1 :122 $2 -z << RULES
260
+ rsync_repository_data $1 :122 $2 << RULES
261
261
- /__*__/
262
262
- /info/
263
263
@@ -357,7 +357,7 @@ for h in $hostnames; do
357
357
# the /data/user directory.
358
358
echo 1>&3
359
359
log_info " * Transferring special data directories from $h ..." 1>&3
360
- rsync_repository_data $h :122 -z << RULES
360
+ rsync_repository_data $h :122 << RULES
361
361
- /__nodeload_archives__/
362
362
- /__gitmon__/
363
363
- /__render__/
You can’t perform that action at this time.
0 commit comments