first commit

This commit is contained in:
duffyduck
2026-07-30 16:52:58 +02:00
commit 87f1b4d555
17 changed files with 3558 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
"""pvesnap - automatische Snapshots fuer Proxmox VE.
Gruppenbasierte Zeitplanung und Vorhaltezeiten, konfiguriert ueber eine
INI-Datei, betrieben als systemd-Dienst.
"""
__version__ = "1.0.0"
__all__ = ["__version__"]