Hacker Public Radio

Your ideas, projects, opinions - podcasted.

New episodes Monday through Friday.


HPR3297: Nextcloud Application Updating

Hosted by ToeJet on 2021-03-23 00:00:00
Download or Listen

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)

Comments



More Information...


Copyright Information

Unless otherwise stated, our shows are released under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.

The HPR Website Design is released to the Public Domain.