Backup Activity
Backup Activity is the audit trail: every backup operation the server has performed, who triggered it, when, how long it took and whether it succeeded, with a detail view for the full story of any one of them.
Backup → Activityhttps://YOUR-SERVER-IP:8443/backup/activity| Operation | Info | Size | Status | When |
|---|---|---|---|---|
| Create (incremental) | nightly · scheduler · 3 domains | 240 MB | success | 2h ago |
| Restore | Manual · admin | 2.4 GB | partial | yesterday |
The log
Each row is an operation: create, restore, delete, upload or download, with an icon and the full/incremental distinction for creates. The Info column tells you whether it came from a schedule (naming it, with type and domain count) or a person (naming them), and you get the backup file, size, duration, timestamp and status (success, failed, partial, in progress, pending). Filter by operation, status, user and date range; results paginate.
The detail view of any operation expands the whole picture: the exact backup file, size and duration, who performed it with their role, their IP address, the domains involved, the restore options chosen, any conflicts found and how they were handled, and for a failure the full error and any warnings.
Housekeeping
Administrators can export the log to CSV, trim it to the last few hundred entries on demand, and (ROOT) clear it entirely behind a typed DELETE.
Access
Behind the backup license feature (Community and up). Rows are scoped by the roles and permissions chain: each account sees the operations it performed, an admin its chain, ROOT everything. Export and trim are ROOT and ADMIN; clearing the whole log is ROOT-only.