mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-03-19 04:49:50 +00:00
Fixed identation
This commit is contained in:
parent
956336da4b
commit
c1c9f18521
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -494,7 +494,7 @@ def ListAllBackups():
|
|||
|
||||
def CreateSingleBackup():
|
||||
|
||||
backupCommand = '''
|
||||
backupCommand = '''
|
||||
restic -r b2:{}:/sfbackup --verbose backup /var --password-file /var/lib/restic/rpass
|
||||
'''.format(request.headers.get("X-Repository-Name"))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue