Proxmox worker, uptime, backup, tagged deploy

This commit is contained in:
George Lambert 2026-09-11 23:36:03 -04:00
commit e1c6b46279
10 changed files with 176 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[Unit]
Description=Verae data backup (sqlite, keep, worm/tree, jetstream)
[Service]
Type=oneshot
WorkingDirectory=%h/verae-src/verae-backup
ExecStart=/usr/bin/bash %h/verae-src/verae-backup/scripts/backup.sh

View file

@ -0,0 +1,9 @@
[Unit]
Description=Nightly Verae data backup
[Timer]
OnCalendar=*-*-* 03:17:00
Persistent=true
[Install]
WantedBy=timers.target