rbackup/bin/snapshot-manager

14 lines
269 B
Plaintext
Raw Permalink Normal View History

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