First doc version

This commit is contained in:
Einar Forselv
2019-12-09 03:57:16 +01:00
parent 151f3cfeeb
commit fb3c564d7a
5 changed files with 311 additions and 2 deletions

View File

@@ -78,6 +78,8 @@ def is_initialized(repository: str) -> bool:
def forget(repository: str, daily: str, weekly: str, monthly: str, yearly: str):
return commands.run(restic(repository, [
'forget',
'--group-by',
'paths',
'--keep-daily',
daily,
'--keep-weekly',