Update backup files

This commit is contained in:
2024-03-10 21:41:09 +08:00
parent b70de25dae
commit 3d74118c9d
5 changed files with 39 additions and 39 deletions

View File

@@ -1,6 +1,5 @@
#! /bin/bash
LOG_FILE="/home/awin/log/nextcloud_clean.log"
echo "$(date +'%F %R:%S'): Nexcloud clean start."
sudo docker exec --user www-data nextcloud-nextcloud-1 php /var/www/html/cron.php
echo "$(date +'%F %R:%S'): Nexcloud clean finished." > $LOG_FILE
echo "$(date +'%F %R:%S'): Nexcloud clean finished."