Commit Graph

14 Commits

Author SHA1 Message Date
Rizqi
bbedde19df refactor: implement thread-local logging and improve job state synchronization across threads and database 2026-06-27 02:10:06 +07:00
Rizqi
57963274e1 feat: implement pre-flight and post-flight disk consolidation and orphaned snapshot cleanup logic 2026-06-23 01:51:53 +07:00
Rizqi
79900212ae refactor: optimize zstd compression with multi-threading, reduced compression level, and automatic cleanup of original files 2026-06-23 01:41:24 +07:00
Rizqi
b99755771e refactor: migrate jobs storage from JSON file to SQLite and add thread-safe access to job and cache states 2026-06-23 00:31:59 +07:00
f7dba1d11c feat: implement Changed Block Tracking (CBT) support for incremental VM backups 2026-06-22 23:37:43 +07:00
Rizqi
9d5dc0420d fix: improve task waiting robustness, add on-the-fly SHA-256 calculation to downloads, and implement snapshot removal retries 2026-06-22 03:14:06 +07:00
Rizqi
f6f6158811 feat: implement backup cancellation support and add job management UI templates 2026-06-22 02:49:24 +07:00
Rizqi
34daaad1d2 feat: add SHA-256 integrity verification with manifest files and fix disk space calculation in GUI 2026-06-22 02:35:59 +07:00
Rizqi
5a1e254ad2 feat: include -flat.vmdk files in backup reference list 2026-06-22 01:46:42 +07:00
Rizqi
9621175a76 fix: resolve datastore URL encoding errors and improve snapshot removal reliability with fresh object lookups 2026-06-22 01:41:18 +07:00
Rizqi
2b5514f4c2 refactor: normalize VMDK paths by stripping snapshot suffixes to ensure consistent base disk selection during backup 2026-06-22 01:39:20 +07:00
Rizqi
b827865867 fix: bypass system proxies for vSphere requests and improve VMDK disk filter matching logic 2026-06-22 01:37:00 +07:00
Rizqi
6b0894b407 fix: update log file opening to use utf-8 encoding and line buffering 2026-06-22 01:32:59 +07:00
Rizqi
5b8d96f1e0 move 2026-06-21 12:25:23 +07:00