我使用rake任务为GitLab 6.8.2创建备份。
gitlab-rake gitlab:backup:create
在/etc/gitlab/gitlab.rb
我添加以下行:
gitlab_rails['backup_keep_time'] = 60
这应该修剪超过60秒的备份。我的期望是,gitlab:backup:create
如果经过60秒,第二次运行将删除第一个备份。虽然输出的最后一行是
删除旧备份...跳过
如何配置GitLab实际删除旧备份?
您可能忘记了
—
bossi
gitlab-ctl reconfigure && gitlab-ctl restart
安装?
ls -ls
在目录中提供备份以及date
命令的输出吗