Update crontab on framework-server
This commit is contained in:
parent
30fd86e7d0
commit
7453b3b498
1 changed files with 3 additions and 1 deletions
|
@ -19,6 +19,8 @@
|
|||
''@monthly root /Storage/Data/docker-compose/sysctl.io/scripts/backup-logs.sh >> /Storage/Data/Temporary/log_backups.log''
|
||||
# Run the ClamAV scan
|
||||
''@monthly root /Storage/Data/docker-compose/sysctl.io/scripts/clamscan-cron.sh''
|
||||
# Run the Nextcloud cronjobs hourly
|
||||
''@hourly root docker exec -uwww-data nextcloud php -f /var/www/html/cron.php'';
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -35,7 +37,7 @@
|
|||
# # Clean up NextCloud files weekly to save space
|
||||
# @weekly source ~/.bashrc; /usr/bin/docker exec -uwww-data nextcloud php occ versions:cleanup
|
||||
# # Run the Nextcloud cronjobs hourly
|
||||
# @hourly source ~/.bashrc; /usr/bin/docker exec -uwww-data nextcloud php -f /var/www/html/cron.php
|
||||
# DONE @hourly source ~/.bashrc; /usr/bin/docker exec -uwww-data nextcloud php -f /var/www/html/cron.php
|
||||
#
|
||||
#
|
||||
# # Clear out Mastodon caches daily
|
||||
|
|
Loading…
Reference in a new issue