backups: Move repository location under /var/lib

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
James Valleroy 2018-07-12 20:43:59 -04:00 committed by Joseph Nuthalapati
parent 40607c84c8
commit 04fc74845a
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -24,7 +24,7 @@ import argparse
import os
import subprocess
REPOSITORY = '/tmp/freedombox-backups'
REPOSITORY = '/var/lib/freedombox/backups'
def parse_arguments():