Skip to content

Releases: ChappIO/git-backup

Add --insecure flag to ignore ssl certificates

25 Jun 15:55
Compare
Choose a tag to compare

Add option to exclude specific repositories

16 Apr 19:53
f85018a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0 - New --version flag

24 Apr 05:59
375386a
Compare
Choose a tag to compare

This release adds a new --version flag for easier troubleshooting when creating issues.

v1.3.1 - Bug Fix: Skip pulls when repo was cloned using backup.bare-clone

22 Apr 06:53
290a124
Compare
Choose a tag to compare

There is no way to pull if you don't have a working tree. So backups would fail if you used the --backup.bare-clone option. @schoentoon fixed this by checking if a repo is a bare repo before pulling.

v1.3.0 - Add option for bare clones to save disk space

21 Apr 05:17
f5d5897
Compare
Choose a tag to compare

Thanks again to @schoentoon for a nice addition. You can now specify the --backup.bare-clone flag to perform bare clones and save some disk space in the process.

v1.2.1 - Bug Fix: Respect the starred configuration flag on GitHub repos

20 Apr 12:59
c551629
Compare
Choose a tag to compare

The "starred" option in GitHub sources was previously ignored. Thanks @LucaScorpion for fixing this.

v1.2.0 - Option to continue execution even if some repositories failed to clone

20 Apr 07:12
18d0eed
Compare
Choose a tag to compare

This release adds a new option --backup.fail-at-end thanks to @schoentoon. This option will continue making backups when a repository fails to clone and exit with an error code at the end of the backup instead.

v1.1.2 - Bug Fix: Hint when config is malformed

19 Apr 16:48
Compare
Choose a tag to compare

When the configuration file is malformed such that no configurations are detected, the application would silently close.
Now this case is detected and a hint is printed to console to check the config file.

v1.1.1 - Docker Release

17 Apr 05:55
Compare
Choose a tag to compare

This version adds a new docker image distribution to the release builds so that you can run Kubernetes cronjobs.

v1.1.0 - GitLab Support

19 Mar 10:43
Compare
Choose a tag to compare

This release adds support for GitLab projects.