feat: Initial commit for OnEver Drive centralized backup system with Windows PyQt6 agent and Proxmox LXC deployment

This commit is contained in:
2026-08-13 19:33:44 -03:00
commit 1bfb808c79
77 changed files with 10675 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
@echo off
title OnEver Drive - Windows Agent Launcher (PyQt6)
cd /d "%~dp0"
echo Starting OnEver Drive PyQt6 Agent in notification area...
start "" "%~dp0dist\OnEverDriveAgent\OnEverDriveAgent.exe"
exit