forked from rvojcik/gitlab-project-export
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not every project needs to be exported / backed up at the same regularity, as some projects rarely see progress. But it would be good to have just one config file for various different regularities of backup. Now only the projects with the selected regularity will be backed up. Had to change the format of the config.yaml file to achieve this. Now each project has a name and a regularity. The name is as before, the regularity is a list of strings. If any of those strings matches the new command line argument passed with -r, then that project will be back up. Otherwise, that project will not be backed up.
- Loading branch information
Showing
2 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters