From 92620df1bb5f3b579d7ee9bd6754a2b88ec845c8 Mon Sep 17 00:00:00 2001 From: Rizqi Date: Tue, 23 Jun 2026 00:16:16 +0700 Subject: [PATCH] feat: add templates for batch and create backup job forms --- templates/batch_job.html | 6 ++++-- templates/create_job.html | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/batch_job.html b/templates/batch_job.html index 4eeaf47..d03e079 100644 --- a/templates/batch_job.html +++ b/templates/batch_job.html @@ -305,7 +305,10 @@
💾
-
Full Backup
+
+ Full Backup + Recommended +
Download the entire disk image every run. Best for initial backups or infrequent schedules.
@@ -315,7 +318,6 @@
Incremental (CBT) - ⭐ Enterprise
Transfer only changed blocks via VMware CBT. Dramatic daily transfer reduction.
diff --git a/templates/create_job.html b/templates/create_job.html index d138bde..af02b81 100644 --- a/templates/create_job.html +++ b/templates/create_job.html @@ -282,7 +282,10 @@
💾
-
Full Backup
+
+ Full Backup + Recommended +
Download the entire disk image every run. Simple and always complete — best for first-time setups or infrequent backups.
@@ -293,7 +296,6 @@
Incremental (CBT) - ⭐ Enterprise
Transfer only changed blocks using VMware Changed Block Tracking. Dramatically reduces daily backup size.