Virtual Machine
{{ job.vm_name }}
Status
{{ job.status }}
Schedule
{% if job.schedule_type and job.schedule_type != 'now' %}
🔁 {{ job.schedule_type|capitalize }}
{% if job.schedule_time %}at {{ job.schedule_time }}{% endif %}
{% else %}
One-time (Run Now)
{% endif %}
Started
{{ job.started_fmt }}
Destination
{{ job.dest or '—' }}
Options
{% if job.compress %}🗜 Compressed{% else %}Raw{% endif %}
{% if job.sftp_host %} · 📤 SFTP: {{ job.sftp_host }}{% endif %}
🔁 This job has an active recurring schedule. Future backups will run automatically.
{% endif %}
⚡ Backup Progress
0%
Waiting to start…
🔌 Connect
📸 Snapshot
⬇ Download
🗜 Compress
📤 Upload
🧹 Cleanup
✓ Done
(Loading…)