All Projects → github → Backup Utils

github / Backup Utils

Licence: mit
GitHub Enterprise Backup Utilities

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Backup Utils

snapbtrex
snapbtrex is a small utility that keeps snapshots of btrfs filesystems and optionally send them to a remote system or syncs them locally.
Stars: ✭ 29 (-95.63%)
Mutual labels:  backups
borg-import
importer for rsync+hardlink based backups / rsnapshot
Stars: ✭ 33 (-95.02%)
Mutual labels:  backups
Mongodb consistent backup
A tool for performing consistent backups of MongoDB Clusters or Replica Sets
Stars: ✭ 255 (-61.54%)
Mutual labels:  backups
bash-backup
Simple backup script for GNU/Linux servers
Stars: ✭ 76 (-88.54%)
Mutual labels:  backups
RedArmory
Backup and Restore tool for Bitnami Redmine Stack
Stars: ✭ 15 (-97.74%)
Mutual labels:  backups
docker-mysql-cron-backup
Docker image to backup all your databases periodically
Stars: ✭ 144 (-78.28%)
Mutual labels:  backups
swamp
Navigate your backed up data without drowning.
Stars: ✭ 34 (-94.87%)
Mutual labels:  backups
Bupstash
Easy and efficient encrypted backups.
Stars: ✭ 457 (-31.07%)
Mutual labels:  backups
runrestic
A wrapper script for Restic backup software that inits, creates, prunes and checks backups
Stars: ✭ 81 (-87.78%)
Mutual labels:  backups
WebServerCloudBackups
Automatic backups your web projects bases and files to the clouds via WebDAV.
Stars: ✭ 20 (-96.98%)
Mutual labels:  backups
astacus
Clustered database backup
Stars: ✭ 24 (-96.38%)
Mutual labels:  backups
python-rotate-backups
Simple command line interface for backup rotation
Stars: ✭ 136 (-79.49%)
Mutual labels:  backups
terraform-aws-ec2-ami-backup
Terraform module for automatic & scheduled AMI creation
Stars: ✭ 19 (-97.13%)
Mutual labels:  backups
terraform-aws-backup
Terraform module to provision AWS Backup, a fully managed backup service that makes it easy to centralize and automate the back up of data across AWS services such as EBS volumes, RDS databases, DynamoDB tables, EFS file systems, and AWS Storage Gateway volumes.
Stars: ✭ 62 (-90.65%)
Mutual labels:  backups
Nova Backup Tool
A Laravel Nova tool to backup your app
Stars: ✭ 260 (-60.78%)
Mutual labels:  backups
iTunes Backup Reader
Python 3 Script to parse out iTunes backups
Stars: ✭ 108 (-83.71%)
Mutual labels:  backups
ptrack
Block-level incremental backup engine for PostgreSQL
Stars: ✭ 21 (-96.83%)
Mutual labels:  backups
Bareos
Main repository with the code for the libraries and daemons
Stars: ✭ 651 (-1.81%)
Mutual labels:  backups
Wal E
Continuous Archiving for Postgres
Stars: ✭ 3,313 (+399.7%)
Mutual labels:  backups
airtable-backups-boilerplate
Configurable automated backups for Airtable meant to be self-hosted, powered by AWS Lambda/S3 with the Serverless framework
Stars: ✭ 29 (-95.63%)
Mutual labels:  backups

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: 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].