Skip to content

Releases: amitsaha/gitbackup

v0.9.0

01 Jan 21:40
d7d659a
Compare
Choose a tag to compare

New Features

  • GitHub: Add users/orgs whitelist flag by @jcm300 in #88

Other changes

New Contributors

Full Changelog: v0.8.4...v0.9.0

v0.8.4

23 Oct 06:10
a913105
Compare
Choose a tag to compare

What's Changed

  • Fix bug introduced in backup directory creation by @amitsaha in #83

Full Changelog: v0.8.3...v0.8.4

v0.8.3

23 Oct 04:53
1b5f94d
Compare
Choose a tag to compare

What's Changed

  • Correct typo for bitbucket by @steveh in #81 This will fix the default directory path selected for the backup for bitbucket.
  • Refactor the setup backup directory implementation by @amitsaha in #82

Full Changelog: v0.8.2...v0.8.3

v0.8.2

25 Jul 11:29
94d063f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

20 May 03:13
0e36d43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

03 Jan 06:01
b4a3713
Compare
Choose a tag to compare

Changelog

  • b4a3713 GitLab: Allow cloning starred repositories (#70)
  • edc0842 Upgrade GitLab Go SDK to latest version (#69)

Release v0.7.1

31 Dec 04:27
c80effa
Compare
Choose a tag to compare

Changelog

Release v0.7.0

30 Dec 19:36
96ffbae
Compare
Choose a tag to compare

Summary

Generic

  • Switching back to release versions starting with v and a more acceptable version numbering, major.minor.patch - this release is v0.7.0
  • From the development point of view, added tests covering the user migrations API functionality using the https://github.com/migueleliasweb/go-github-mock package

GitHub

  • Add retry behavior for GitHub user data download (migrations API) as reported in #62. Adds two new command line flags:
    • -github.createUserMigrationRetry: Retry creating the GitHub user migration if we get an error (default: true)
    • -github.createUserMigrationRetryMax: Number of retries to attempt for creating GitHub user migration (default 5)

What's Changed

Full Changelog: 0.6...v0.7.0

Release 0.6

14 May 10:36
bb0b8c6
Compare
Choose a tag to compare

This is 0.6 release of gitbackup containing a bunch of new and exciting! features:

Generic

  • Support for bare repository clones (@steveh)

BitBucket

  • Initial support for bitbucket git host (@steveh)

GitHub

  • Support for downloading your GitHub starred repos (@steveh)
  • Initial support for GitHub user migrations data download (@amitsaha )
  • Support for automatic oAuth app token retrieval (@amitsaha )

Release 0.5

22 Apr 12:36
0005256
Compare
Choose a tag to compare

This is 0.5 release of gitbackup - a tool to backup your GitHub and GitLab repositories with attempted fix for #21. This release also introduces support for https cloning via new flag -new-https-clone and a flag to ignore private repositories -ignore-private.

gitbackup works on Linux and Mac OS X, and should work on Windows, BSD and currently supports the following:

  • Backup you GitHub repositories (including enterprise GitHub installations)
  • Backup your GitLab repositories (including hosted GitLab installations)

Please see the README, download a binary corresponding to your OS/Architecture, try it out, give feedback, and file an issue or send a PR!