christianspecht / scm-backup

Makes offline backups of your cloud hosted source code repositories
https://scm-backup.org/
GNU General Public License v3.0
58 stars 20 forks source link

Suggestion: Add includeRepos property to allow more fine-grained control of what repos are backed up #64

Closed jaltin closed 2 years ago

jaltin commented 2 years ago

Hi,

First of all, thank you for a GREAT tool @christianspecht! It works really well and is easy to use.

I have a suggestion for an improvement.

Some of the workspaces I want to back up has LOTS of repos. Repos are added frequently (meaning the list changes so I can't really use ignoreRepos property).

I am only interested in backing up a few repos, so it would be great if a new property 'includeRepos' could be added. That would allow me to only specify the ones I want to back up.

Thanks!

Jonas

christianspecht commented 2 years ago

Sure...that's no big deal and basically a copy of the ignoreRepos funtionality. I will add this for the next release.

jaltin commented 2 years ago

Great, thanks a lot!