We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba5575 commit da320c9Copy full SHA for da320c9
bin/ghe-backup
@@ -238,6 +238,9 @@ commands+=("
238
echo \"$cmd_title\"
239
ghe-backup-repositories || printf %s \"repositories \" >> \"$failures_file\"")
240
241
+# Pages backups are skipped only if GHE_BACKUP_PAGES is explicitly set to 'no' to guarantee backward compatibility.
242
+# If a customer upgrades backup-utils but keeps the config file from a previous version, Pages backups still work as expected.
243
+
244
if [ "$GHE_BACKUP_PAGES" != "no" ]; then
245
cmd_title=$(log_info "Backing up GitHub Pages artifacts ...")
246
commands+=("
0 commit comments