Aggiunge tray app e backup manuale

This commit is contained in:
2026-06-30 20:54:32 +02:00
parent 4dca5fbf95
commit 8f624f5b97
7 changed files with 444 additions and 0 deletions

View File

@@ -37,6 +37,15 @@ python -m pip install -e .
python -m bakrest.watchdog_runner
```
## Avvio tray app per test
```powershell
python -m pip install -e .
python -m bakrest.tray_app
```
La tray app legge lo stato prodotto dal servizio e offre il comando `Backup e spegni`. Se il backup fallisce, lo spegnimento non viene eseguito.
## Installazione servizio Windows
Da PowerShell avviato come amministratore: