Skip to content
Snippets Groups Projects
Commit 48d39446 authored by Ian Baum's avatar Ian Baum
Browse files

Remove obsolete warning about cron command

* Warnings were related to a prior version of the command
parent fd56b9d2
No related branches found
No related tags found
No related merge requests found
......@@ -45,12 +45,6 @@
15 04 * * 2-6 gitlab-ctl backup-etc && cd /etc/gitlab/config_backup && cp $(ls -t | head -n1) /secret/gitlab/backups/
```
[cron is rather particular](http://www.pantz.org/software/cron/croninfo.html)
about the cron table. Note:
- The empty line after the command
- The escaped percent character: \%
You can extract the .tar file as follows.
```shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment