mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-12-13 09:24:56 +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',
|
||||
keeplast,
|
||||
'--keep-hourly',
|
||||
hourly
|
||||
hourly,
|
||||
'--keep-daily',
|
||||
daily,
|
||||
'--keep-weekly',
|
||||
@@ -93,7 +93,7 @@ def forget(repository: str, keeplast: str, hourly: str, daily: str, weekly: str,
|
||||
'--keep-yearly',
|
||||
yearly,
|
||||
'--keep-tag',
|
||||
tags
|
||||
tags,
|
||||
]))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user