Skip to content

KayvanMazaheri/gbu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GBU (Git Backup)

Backup Git Repositories on Local Machine

Install

sh -c "$(curl -fsSL https://raw.githubusercontent.com/KayvanMazaheri/gbu/master/install.sh)"

Why?

Your data is valuable. It will cost you time and effort re-create it, and that costs money or at least personal grief and tears.

-- Linux System Administrators Guide, Chapter 12. Backups

How does it work?

GBU uses git bundle under the hood to backup a git repository into a single file.
It finds all git respositories in the current directory, creates backups and saves them into new directory prefixed with gbu (e.g. gbu.2017-08-29T10:38:34).

Usage

Backup all git repositories in the current directory with a single command

gbu

About

Backup Git Repositories on Local Machine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages