hpr3297 :: Nextcloud Application Updating
Automatically Update Nextcloud Applications via Cron
Hosted by ToeJet on Tuesday 2021-03-23 is flagged as Clean and is released under a CC-BY-SA license.
Tags: Nextcloud,SysAdmin,Admin.
Listen in ogg,
spx, or
mp3 format. | Comments (2)
Simple method to autoupdate nextcloud apps. An email is sent as summary of actions.
Scheduled for 5 AM Sunday - Cron Entry
MAILTO=MYEMAILADDRES@MYDOMAIN.com
0 5 * * 0 /usr/bin/php /var/www/nextcloud/occ app:update --all 2>&1
# * * * * * command to be executed
# - - - - -
# | | | | |
# | | | | +----- day of week (0 - 6) (Sunday=0)
# | | | +------- month (1 - 12)
# | | +--------- day of month (1 - 31)
# | +----------- hour (0 - 23)
# +------------- min (0 - 59)
Show Transcript
Automatically generated using whisper
whisper --model tiny --language en hpr3297.wav
<< First, < Previous, Next >, Latest >>