From afd24b80701ef534cf5417d401abf8ed07cec056 Mon Sep 17 00:00:00 2001 From: brent s Date: Wed, 25 Oct 2017 03:13:43 -0400 Subject: [PATCH] fucking borg --- storage/backups/borg/backup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/backups/borg/backup.py b/storage/backups/borg/backup.py index e47afdb..46a4214 100755 --- a/storage/backups/borg/backup.py +++ b/storage/backups/borg/backup.py @@ -4,6 +4,7 @@ # will they EVER release a public API? for now we'll just use subprocess since # we import it for various prep stuff anyways. # TODO: no silent failing? +# TODO: so, borg -v's extra output? yeah. that goes to stderr, not stdout. gorram it. so check the _cmd.returncode import argparse import configparser