Skip to content

A Python script that can continuously back up all your GitHub repos

Notifications You must be signed in to change notification settings

bazaar-projects/github-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

github-backup

Backs up all your GitHub repositories.

Usage:

./github_backup.py github_user_name ./backup

You can run it as a cron job:

@hourly /home/user/github_backup.py user /home/user/github_backup

TODO:

  1. Add support for other sites (BitBucket, Google Code etc.)
  2. Make it resistant to remote branch deletion or history rewriting

About

A Python script that can continuously back up all your GitHub repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published