tweaks to the scripts
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 41s
All checks were successful
Check scripts syntax / check-scripts-syntax (push) Successful in 41s
This commit is contained in:
@@ -26,9 +26,9 @@ readonly AVAILABLE_SCRIPTS=("clean.sh" "backup.sh" "docker-updater.sh")
|
||||
|
||||
# Format: [script_name]="cron_schedule"
|
||||
declare -A CRONTAB_SCHEDULES=(
|
||||
["clean.sh"]="0 23 * * *" # Daily at 11 PM
|
||||
["backup.sh"]="30 23 * * 1,5" # Monday and Friday at 11:30 PM
|
||||
["docker-updater.sh"]="0 3 */4 * *" # Every 4 days at 3 AM
|
||||
["clean.sh"]="0 3 * * *" # Daily at 3 AM
|
||||
["backup.sh"]="0 23 * * 1,5" # Monday and Friday at 11 PM
|
||||
["docker-updater.sh"]="0 3 * * 6" # Every Saturday at 3 AM
|
||||
)
|
||||
|
||||
#==============================================================================
|
||||
|
Reference in New Issue
Block a user