Proxmox worker, uptime, backup, tagged deploy
This commit is contained in:
commit
e1c6b46279
10 changed files with 176 additions and 0 deletions
7
systemd/verae-backup.service
Normal file
7
systemd/verae-backup.service
Normal 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
|
||||
9
systemd/verae-backup.timer
Normal file
9
systemd/verae-backup.timer
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Nightly Verae data backup
|
||||
|
||||
[Timer]
|
||||
OnCalendar=*-*-* 03:17:00
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue