rbackup/bin/snapshot-manager
2019-04-16 14:27:29 -07:00

14 lines
269 B
Python

#!/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
"""