Skip to content

Commit ff7d0a0

Browse files
committed
Revert "ghe-rsync: -r is not required when using -a"
Actually required when using `--files-from` This reverts commit b110c66.
1 parent 8747070 commit ff7d0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-restore-repositories-gist-ng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ done
8282

8383
# rsync all the gist repositories
8484
for route in $tempdir/*.rsync; do
85-
ghe-rsync -aHR --delete \
85+
ghe-rsync -arHR --delete \
8686
-e "ssh -q $opts -p $port -F $ssh_config_file -l $user" \
8787
--rsync-path="sudo -u git rsync" \
8888
--files-from=$route \

0 commit comments

Comments
 (0)