Re: gitlab-rake gitlab:backup:create is not working

2014-07-04 Thread Gary Burchett
Yes to both. The backup task will delete backups that are older than keep_time seconds. -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to gitlabhq+unsubscr...@googlegr

Re: gitlab-rake gitlab:backup:create is not working

2014-07-04 Thread Gary Burchett
On Thursday, July 3, 2014 10:39:31 AM UTC-4, stevenwang wrote: > > Hi, Gary > > Does the "keep_time" key in the backup section of gitlab.yml means gitlab > will automatically delete the expired backup file? > Does the value of keep_time use second as unit? > > Steven > > 在 2014年7月3日星期四UTC+8下午9时2

Re: gitlab-rake gitlab:backup:create is not working

2014-07-03 Thread stevenwang
Hi, Gary Does the "keep_time" key in the backup section of gitlab.yml means gitlab will automatically delete the expired backup file? Does the value of keep_time use second as unit? Steven 在 2014年7月3日星期四UTC+8下午9时22分22秒,Gary Burchett写道: > > You probably have a error in your gitlab/config/gitlab.

Re: gitlab-rake gitlab:backup:create is not working

2014-07-03 Thread stevenwang
Hi, Gary You are right! I fixed this issue as you mentioned. Thank you very much! Best Regards, Steven 在 2014年7月3日星期四UTC+8下午9时22分22秒,Gary Burchett写道: > > You probably have a error in your gitlab/config/gitlab.yml file. In the > backup: section of this file, make sure that path: and keep_time: ar

Re: gitlab-rake gitlab:backup:create is not working

2014-07-03 Thread Gary Burchett
You probably have a error in your gitlab/config/gitlab.yml file. In the backup: section of this file, make sure that path: and keep_time: are aligned. If you just delete the '#' in front of the keep_time: line, you will end up with an extra space that can cause the error you are getting. The li

Re: gitlab-rake gitlab:backup:create is not working

2014-07-03 Thread Sytse Sijbrandij
I have no idea what went wrong. On Thu, Jul 3, 2014 at 3:16 AM, stevenwang wrote: > Who can give me some direction. Thx in advance! > > 在 2014年7月2日星期三UTC+8上午10时34分11秒,stevenwang写道: >> >> # /opt/gitlab/bin/gitlab-rake gitlab:backup:create --trace >> >> WARNING: Nokogiri was built against LibXML ve

Re: gitlab-rake gitlab:backup:create is not working

2014-07-02 Thread stevenwang
Who can give me some direction. Thx in advance! 在 2014年7月2日星期三UTC+8上午10时34分11秒,stevenwang写道: > > # /opt/gitlab/bin/gitlab-rake gitlab:backup:create --trace > > WARNING: Nokogiri was built against LibXML version 2.8.0, but has > dynamically loaded 2.7.8 > ** Invoke gitlab:backup:create (first_time