feat: add versioning information to the script

This commit is contained in:
sBubshait 2025-08-05 16:19:58 +03:00
parent 78434e0b23
commit 30d686846f
3 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,10 @@
""" """
PDG Activation Drill Client PDG Activation Drill Client
Connects to server and activates services from snapshot clones. Connects to server and activates services from snapshot clones.
Author: Saleh Bubshait
Email: Saleh@Bubshait.me
Version: 1.0.0-beta
""" """
import os import os

View File

@ -2,6 +2,10 @@
""" """
PDG Activation Drill Server PDG Activation Drill Server
Manages snapshot cloning and NFS exports for disaster recovery testing. Manages snapshot cloning and NFS exports for disaster recovery testing.
Author: Saleh Bubshait
Email: Saleh@Bubshait.me
Version: 1.0.0-beta
""" """
import os import os

View File

@ -2,6 +2,10 @@
""" """
PDG - ZFS Snapshot Automation Tool PDG - ZFS Snapshot Automation Tool
A modern CLI interface for managing automated ZFS snapshots via cron jobs. A modern CLI interface for managing automated ZFS snapshots via cron jobs.
Author: Saleh Bubshait
Email: Saleh@Bubshait.me
Version: 1.0.0-beta
""" """
import os import os