From 25876190098676437216f5a992d425ca70631277 Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Tue, 16 Apr 2019 14:27:29 -0700 Subject: [PATCH] Add comments to snapshot-manager script --- bin/snapshot-manager | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/bin/snapshot-manager b/bin/snapshot-manager index e69de29..2575467 100644 --- a/bin/snapshot-manager +++ b/bin/snapshot-manager @@ -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 +"""