ChappIO / git-backup

Backup all your github & gitlab repositories
Apache License 2.0
191 stars 13 forks source link

Add option to exclude repositories. #22

Closed kleinmann closed 6 months ago

kleinmann commented 6 months ago

I have some starred GitHub repositories that are multiple gigabytes in size. I prefer to skip those, so I've added a configuration option for both GitHub and GitLab to skip repositories based on their path (e.g. ChappIO/git-backup).

Filtering via slices.ContainsFunc required Go >= 1.18, so I've bumped that version requirement.