Adapt restic example

This commit is contained in:
Alexander Schäferdiek 2022-06-13 02:21:47 +02:00
parent 287fa053f5
commit 73382481e2
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,7 @@
#!/usr/bin/env bash
# pre action or use ExecStartPre
/usr/bin/restic check
# post action or adapt ExecStartPost

View file

@ -1,3 +1,7 @@
#!/usr/bin/env bash
# pre action or use ExecStartPre
/usr/bin/restic prune
# post action or adapt ExecStartPost