Skip to content

Releases: ChappIO/git-backup

v1.7.0

Choose a tag to compare

@ChappIO ChappIO released this 23 Jun 19:30

What's Changed

  • Exclude WIldcard & Fix of Documentation by @timoxd7 in #31
  • feat: go templating for env variables by @mj0nez in #36
  • Allow back ups of specific repositories by @mj0nez in #37
  • fix: bump dependencies to patch security vulnerabilities by @ChappIO in #39

New Contributors

Full Changelog: v1.6.1...v1.7.0

v1.6.1

Choose a tag to compare

@ChappIO ChappIO released this 07 Nov 08:03
b3983ee

What's Changed

Full Changelog: v1.6.0...v1.6.1

Add --insecure flag to ignore ssl certificates

Choose a tag to compare

@ChappIO ChappIO released this 25 Jun 15:55

Full Changelog: v1.5.0...v1.6.0

Relates to #24

Add option to exclude specific repositories

Choose a tag to compare

@ChappIO ChappIO released this 16 Apr 19:53
f85018a

What's Changed

New Contributors

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

v1.4.0 - New --version flag

Choose a tag to compare

@ChappIO ChappIO released this 24 Apr 05:59
375386a

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

Choose a tag to compare

@ChappIO ChappIO released this 22 Apr 06:53
290a124

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

Choose a tag to compare

@ChappIO ChappIO released this 21 Apr 05:17
f5d5897

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

Choose a tag to compare

@ChappIO ChappIO released this 20 Apr 12:59
c551629

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

Choose a tag to compare

@ChappIO ChappIO released this 20 Apr 07:12
18d0eed

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

Choose a tag to compare

@ChappIO ChappIO released this 19 Apr 16:48

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.