mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
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:
parent
40607c84c8
commit
04fc74845a
@ -24,7 +24,7 @@ import argparse
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
REPOSITORY = '/tmp/freedombox-backups'
|
||||
REPOSITORY = '/var/lib/freedombox/backups'
|
||||
|
||||
|
||||
def parse_arguments():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user