Adapt restic example
This commit is contained in:
parent
287fa053f5
commit
73382481e2
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
/usr/bin/restic check
|
||||
# pre action or use ExecStartPre
|
||||
|
||||
/usr/bin/restic check
|
||||
|
||||
# post action or adapt ExecStartPost
|
|
@ -1,3 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
/usr/bin/restic prune
|
||||
# pre action or use ExecStartPre
|
||||
|
||||
/usr/bin/restic prune
|
||||
|
||||
# post action or adapt ExecStartPost
|
Loading…
Reference in a new issue