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

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"name": "verae-backup",
"version": "0.1.0",
"private": true,
"description": "Backup and restore SQLite, JetStream, worm/tree, keep, and IAM data",
"scripts": {
"backup": "bash scripts/backup.sh",
"restore": "bash scripts/restore.sh",
"test": "bash scripts/test.sh"
}
}