feat: add versioning information to the script
This commit is contained in:
parent
78434e0b23
commit
30d686846f
@ -2,6 +2,10 @@
|
||||
"""
|
||||
PDG Activation Drill Client
|
||||
Connects to server and activates services from snapshot clones.
|
||||
|
||||
Author: Saleh Bubshait
|
||||
Email: Saleh@Bubshait.me
|
||||
Version: 1.0.0-beta
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
"""
|
||||
PDG Activation Drill Server
|
||||
Manages snapshot cloning and NFS exports for disaster recovery testing.
|
||||
|
||||
Author: Saleh Bubshait
|
||||
Email: Saleh@Bubshait.me
|
||||
Version: 1.0.0-beta
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
"""
|
||||
PDG - ZFS Snapshot Automation Tool
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user