Skip to content

Instantly share code, notes, and snippets.

@SmetDenis
Last active November 23, 2016 12:21
Show Gist options
  • Save SmetDenis/a9f0e509b9cea8414247b6be6dfa74bb to your computer and use it in GitHub Desktop.
Save SmetDenis/a9f0e509b9cea8414247b6be6dfa74bb to your computer and use it in GitHub Desktop.
0 0 * * * /some/path/to/a/file.php > $HOME/`date +\%Y\%m\%d\%H\%M\%S`-cron.log 2>&1
jbzoo items:items-import -vvv >> /home/vsem/logs/cron-jbzoo/`date +\%Y-\%m-\%d_\%H-\%M-\%S`-cron.log 2>&1
* * * * * /usr/local/bin/php -c /etc/php.ini ~/cli/jbzoo/vendor/jbzoo/console/bin/jbzoo items:items-import -vvv >> /home/vsem/logs/cron-jbzoo/`date +\%Y-\%m-\%d_\%H-\%M-\%S`-cron.log 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment