Full-featured cPanel backup tool with SSH, S3, and Google Drive support. Includes WHM plugin with Tailwind/DaisyUI UI, multi-remote management, decoupled schedules, and account restore workflows. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
# gniza schedule config
|
|
# Copy to /etc/gniza/schedules.d/<name>.conf and edit
|
|
#
|
|
# Each file in /etc/gniza/schedules.d/ defines a backup schedule.
|
|
# The filename (without .conf) is the schedule name.
|
|
|
|
# ── Schedule ──────────────────────────────────────────────────
|
|
SCHEDULE="daily" # hourly, daily, weekly, monthly, custom
|
|
SCHEDULE_TIME="02:00" # HH:MM (24-hour)
|
|
SCHEDULE_DAY="" # hours between backups (1-23) for hourly
|
|
# day-of-week (0=Sun..6=Sat) for weekly
|
|
# day-of-month (1-28) for monthly
|
|
SCHEDULE_CRON="" # Full cron expression for SCHEDULE=custom
|
|
|
|
# ── Target Remotes ────────────────────────────────────────────
|
|
REMOTES="" # Comma-separated remote names (e.g. "nas,offsite")
|
|
# Empty = all configured remotes
|