You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Exit early if the appliance is missing script to backup repositories using gitbackups
95
-
if should_use_gitbackups_for_repositories;then
96
-
if! can_use_gitbackups_for_repositories;then
97
-
echo"Error: Configuration setting 'app.github.gitbackups' is enabled but this version of GHES cannot use gitbackups to back up repositories via 'ghe-backup'."
98
-
echo"Disable configuration setting 'app.github.gitbackups' and re-run 'ghe-backup' to use rsync."
99
-
exit 1
100
-
fi
101
-
fi
102
-
103
84
# To prevent multiple backup runs happening at the same time, we create a
104
85
# in-progress file with the timestamp and pid of the backup process,
0 commit comments