backups: Name borg repo folder more clearly

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
James Valleroy 2018-08-25 21:35:55 -04:00 committed by Joseph Nuthalapati
parent d76322a362
commit 5c12403137
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -26,7 +26,7 @@ import json
import os
import subprocess
REPOSITORY = '/var/lib/freedombox/backups'
REPOSITORY = '/var/lib/freedombox/borgbackup'
def parse_arguments():