If I use on my Synology servers DS1815+, 415+, 412+, 1512+ the current ownCloud version, I get with the occ commands in the crontab, such as
1-59/15 * * * * root /bin/su -s /bin/sh -c “/usr/local/bin/php56 -f /volume1/web/owncloud/cron.php” http && /bin/echo $(/bin/date +“ok am %d.%m.%Y um %H:%M:%S Uhr”) >> /volume1/Sicherungen/Protokolle/ownCloud_cron_php__$(/bin/date +%Y-%m-%d).log 2>&1
or
0,30 7-23 * * * root /bin/su -s /bin/sh -c “/usr/local/bin/php56 -f /volume1/web/owncloud/occ files:scan rescan” http >> /volume1/Sicherungen/Protokolle/ownCloud_rescan_rescan__$(/bin/date +%Y-%m-%d).log 2>&1
no response, but I use them with ownCloud 9.1.6 with success. What is the difference and what is to modify for that proper function and scanning the files?