Add comments to snapshot-manager script

This commit is contained in:
Eric Torres 2019-04-16 14:27:29 -07:00
parent 39ca6de46e
commit 2587619009

View File

@ -0,0 +1,13 @@
#!/usr/bin/python3
"""
.. moduleauthor:: Eric Torres
Delete old snapshots.
Command-Line Arguments
======================
* --debug show debug messages
* -s, --run-post-sync run sync syscall after backup
* -v, --verbose show info messages
"""