only gitea apply kube
Some checks failed
Apply Kuberentes Configs / update-repo (push) Failing after 0s
Apply Kuberentes Configs / update-infrastructure (push) Has been skipped

This commit is contained in:
2026-02-07 13:32:27 -07:00
parent 109d31e210
commit 01f0524153
4 changed files with 0 additions and 20 deletions

26
workflows/backup-zfs.yml Normal file
View File

@@ -0,0 +1,26 @@
name: ZFS Backup
on:
schedule:
- cron: 0 1 * * *
workflow_dispatch:
jobs:
update-infrastructure:
runs-on: [self-hosted, home-server]
steps:
- name: run syncoid
run: |
zpool status
echo ""
zfs list
echo ""
syncoid \
--recursive \
--no-privilege-elevation \
data-ssd/data \
backup/data
syncoid \
--recursive \
--no-privilege-elevation \
data-ssd/media \
backup/media