backup-utils
backup-utils copied to clipboard
GitHub Enterprise Backup Utilities
I'm not overly sold on this location for this information but knowing when the application is sufficiently "set up" for backup restoration to start overwriting things decreases confusion. I'm opening...
Hello There, We have a requirement where GH connect needs to be restored even without the -c flag. Right now, commenting the block https://github.com/github/backup-utils/blob/634d313c8c64bbf1b0612734eadc25980ce43ea0/bin/ghe-restore#L519 that resets the GH connect settings...
Setting the following shell variable breaks `ghe-restore` v3.3.1 and v3.4.1 `GREP_OPTIONS=-E --color=always` ``` Restoring Git repositories ... * Adding network_path 1/nw/16/79/09/6 to the list of networks to send * Adding...
Currently `master` is failing the following tests: ``` test: ghe-restore cluster with matching node versions ... ... FAILED (12s) test: ghe-restore missing directories or files from source snapshot displays warning...
Version - `github-backup-utils-v2.20.2` We have configured to take hourly backup of Github repo. But it fails intermittently. Logs - ``` Completed backup of mygithub.com:122 in snapshot 20201129T090002 at 10:00:32 Checking...
ac5b614ad858465bc65c9e8b980a3fdb8a9e799b
Spelling
This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling). The misspellings have been reported at https://github.com/jsoref/github-backup-utils/commit/ac5b614ad858465bc65c9e8b980a3fdb8a9e799b#commitcomment-74625966 The action reports that the changes in this PR would make it happy: https://github.com/jsoref/github-backup-utils/commit/cdd0c85e458fe650c2db7b2240659dca345f1b34...
Hello, regarding the ghe-backup parallel jobs feature, is it safe to enable it in production currently? Or are there any known issues that we need to be careful about? The...
https://github.com/github/backup-utils/pull/913#issuecomment-1139016893
We have a couple of teams on services that are interested in preserving backups long term to meet specific compliance needs. To meet this need we created a `ghe-preserve`. Looking...