我正在使用GitLab,在备份过程中,我希望跳过特定的项目。我试过sudo gitlab-rake gitlab:backup:create SKIP=<project-name>
但不可能跳过。有人能纠正哪里错了吗?
发布于 2020-11-09 06:33:18
我认为你不能跳过特定的存储库,你可以使用"SKIP=repositories“,但这将跳过所有的存储库(项目)。
查看- gitlab.com/gitlab-org/gitlab/-/issues/18287
https://stackoverflow.com/questions/64740308
复制相似问题