Archive abandoned project

This commit is contained in:
Benoit 2025-02-15 00:56:26 +09:00
parent bc8862d90b
commit 65be894048
501 changed files with 24305 additions and 0 deletions

View file

@ -0,0 +1,14 @@
dst := 'none'
policy := 'none'
oneshot: update && export rsync
update:
cinc-cli update {{policy}}.rb
export:
cinc-cli export {{policy}}.lock.json ../exported-policies/{{policy}} --force
rsync:
rsync -a --delete --ignore-errors ../exported-policies/{{policy}} {{dst}}