░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
server.ktm001.com
LOCATION:
/etc/cron.daily
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: cloudlinux-backup-utils
#!/usr/bin/bash LOG_FILE=${1:-/var/log/cloudlinux-backup-utils-cron.log} log() { echo "$(date -u): ${*}" >>"${LOG_FILE}" } refresh_token_if_present() { backend=${1} token_file=/var/restore_infected/${backend}_api_token.json if [ -f "${token_file}" ]; then log "${backend}: refreshing auth token" out=$(/usr/bin/restore_infected "${backend}" extra refresh_token 2>&1) exit_code=$? if [ "${exit_code}" != "0" ]; then log "${out}" log "Token refresh failed" echo "${out}" echo "Token refresh failed" return 1 fi log "Auth token refreshed" else log "${backend}: not initialized, skipping..." fi } refresh_token_if_present acronis refresh_token_if_present r1soft
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 cloudlinux-backup-utils
?
805 B
2026-09-03 10:05
EDIT
📄 imunify-antivirus.cron
CRON
2.3 KB
2026-08-05 11:19
EDIT
📄 imunify360.cron
CRON
2.4 KB
2026-08-21 20:04
EDIT
📄 ossec_logs_cleaner
?
464 B
2026-06-01 10:55
EDIT