mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-14 17:58:07 +00:00
fix: syntax error in restic.py
This commit is contained in:
@@ -83,7 +83,7 @@ def forget(repository: str, keeplast: str, hourly: str, daily: str, weekly: str,
|
|||||||
'-keep-last',
|
'-keep-last',
|
||||||
keeplast,
|
keeplast,
|
||||||
'--keep-hourly',
|
'--keep-hourly',
|
||||||
hourly
|
hourly,
|
||||||
'--keep-daily',
|
'--keep-daily',
|
||||||
daily,
|
daily,
|
||||||
'--keep-weekly',
|
'--keep-weekly',
|
||||||
@@ -93,7 +93,7 @@ def forget(repository: str, keeplast: str, hourly: str, daily: str, weekly: str,
|
|||||||
'--keep-yearly',
|
'--keep-yearly',
|
||||||
yearly,
|
yearly,
|
||||||
'--keep-tag',
|
'--keep-tag',
|
||||||
tags
|
tags,
|
||||||
]))
|
]))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user