Tag: cron
January 4, 2018
/ Blog
Nextcloud Crontab/Cronjob Settings
The best/clearest info I have seen for using a cronjob with the preview generator app: https://help.nextcloud.com/t/clarity-on-the-crontab-settings-for-the-preview-generator-app/6144/8 https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/background_jobs_configuration.html $ sudo crontab…
January 4, 2018
/ Blog
Crontab Info
Examples: https://crontab.guru/examples.html Info: https://crontab.guru/crontab.5.html for Nextcloud: https://docs.nextcloud.com/server/11/admin_manual/configuration_server/background_jobs_configuration.html Nextcloud better example: https://help.nextcloud.com/t/error-on-cron-php-execute-via-crontab-or-command-line/583/2 $ sudo -u www-data crontab -e then enter the…