implement Executor pattern

This commit is contained in:
2026-02-09 13:10:00 -05:00
parent 3c11a79252
commit f615b03794
6 changed files with 93 additions and 48 deletions

14
thanks.yaml.example Normal file
View File

@@ -0,0 +1,14 @@
jobs:
- source: "zroot/home/sam/thanks"
target: "zrust/backup/weller/thanks"
targetHost: "backup@woodford.gentoo.party"
keep: 30
prefix: "thanks-"
recursive: false
hooks:
completed:
cmd: "backup-success.sh"
args: []
error:
cmd: "backup-error.sh"
args: []