GitHub Enterprise Backup Utilities
Перейти к файлу
donal 6a94437881
track if cron is running and try to restart on failure
2022-03-26 09:17:12 +11:00
.github/workflows Unlinking gnu parallel on macOS build no longer necessary 2021-12-27 11:59:01 -08:00
bin track if cron is running and try to restart on failure 2022-03-26 09:17:12 +11:00
debian Bump version: 3.4.0 [ci skip] 2022-02-15 19:25:09 +00:00
docs Merge branch 'master' into djdefi-perf-faq 2022-02-08 19:40:04 -08:00
script Check for .tar.xz instead of .tar.gz when publishing Debian package 2022-02-15 20:06:07 +00:00
share/github-backup-utils Added support for AC databases (#878) 2022-03-17 15:52:25 +05:30
test Merge branch 'master' into lildude/reset-connect-job-run-time 2022-02-18 08:42:24 +00:00
.dockerignore Added git related dockerignore entries 2020-10-18 14:19:44 +02:00
.gitattributes Exclude .gitignore and .gitattributes files from archives 2014-08-04 09:05:29 -07:00
.gitignore Git ignores dist/ directory 2014-08-04 09:05:28 -07:00
.ruby-version Revert "Remove unrelated changes" 2017-09-14 09:15:58 +01:00
CONTRIBUTING.md Remove duplicated word 2016-09-07 22:57:12 +02:00
Dockerfile Building Docker image from git source 2020-09-28 10:58:37 +02:00
Dockerfile.alpine Merge branch 'master' into master 2021-03-31 21:10:45 -07:00
LICENSE Add MIT license 2014-07-23 14:20:02 +02:00
Makefile New makefile target 2016-07-27 19:06:14 +02:00
README.md Update support and product links. 2021-11-22 10:21:46 -08:00
RELEASING.md Update release steps to include syncing to/from backup-utils-private 2021-01-16 10:43:50 -08:00
STYLEGUIDE.md Improve wording 2018-04-06 11:27:33 +01:00
backup.config-example Update backup.config-example 2021-04-14 08:31:28 -05:00

README.md

GitHub Enterprise Server Backup Utilities

This repository includes backup and recovery utilities for GitHub Enterprise Server.

UPDATE: The new parallel backup and restore beta feature will require GNU awk and moreutils to be installed. Note that on some distributions/platforms, the moreutils-parallel package is separate from moreutils and must be installed on its own.

Note: the GitHub Enterprise Server version requirements have changed starting with Backup Utilities v2.13.0, released on 27 March 2018.

Features

Backup Utilities implement a number of advanced capabilities for backup hosts, built on top of the backup and restore features already included in GitHub Enterprise Server.

  • Complete GitHub Enterprise Server backup and recovery system via two simple utilities:
    ghe-backup and ghe-restore.
  • Online backups. The GitHub appliance need not be put in maintenance mode for the duration of the backup run.
  • Incremental backup of Git repository data. Only changes since the last snapshot are transferred, leading to faster backup runs and lower network bandwidth and machine utilization.
  • Efficient snapshot storage. Only data added since the previous snapshot consumes new space on the backup host.
  • Multiple backup snapshots with configurable retention periods.
  • Backup commands run under the lowest CPU/IO priority on the GitHub appliance, reducing performance impact while backups are in progress.
  • Runs under most Linux/Unix environments.
  • MIT licensed, open source software maintained by GitHub, Inc.

Documentation

Support

If you find a bug or would like to request a feature in Backup Utilities, please open an issue or pull request on this repository. If you have a question related to your specific GitHub Enterprise Server setup or would like assistance with backup site setup or recovery, please contact our Enterprise support team instead.