Commit 9a0fc12eb716442047ba075bc494f90601f4f055
1 parent
be493bea
Exists in
master
and in
15 other branches
full-path
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
| ... | ... | @@ -98,7 +98,7 @@ crontab -e |
| 98 | 98 | There, add the following line to schedule the backup for everyday at 2 AM: |
| 99 | 99 | |
| 100 | 100 | ``` |
| 101 | -0 2 * * * gitlab-rake gitlab:backup:create | |
| 101 | +0 2 * * * /opt/gitlab/bin/gitlab-rake gitlab:backup:create | |
| 102 | 102 | ``` |
| 103 | 103 | |
| 104 | 104 | ### Restoring an application backup | ... | ... |