Commit 4ed5a506 authored by Job van der Voort's avatar Job van der Voort

set the proposed backup time to 4am

parent 2aeac794
...@@ -115,6 +115,6 @@ sudo -u git crontab -e # Edit the crontab for the git user ...@@ -115,6 +115,6 @@ sudo -u git crontab -e # Edit the crontab for the git user
Add the following lines at the bottom: Add the following lines at the bottom:
``` ```
# Create a full backup of the GitLab repositories and SQL database every day at 2am # Create a full backup of the GitLab repositories and SQL database every day at 4am
0 2 * * * cd /home/git/gitlab && PATH=/usr/local/bin:/usr/bin:/bin bundle exec rake gitlab:backup:create RAILS_ENV=production 0 4 * * * cd /home/git/gitlab && PATH=/usr/local/bin:/usr/bin:/bin bundle exec rake gitlab:backup:create RAILS_ENV=production
``` ```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment