Proxmox worker, uptime, backup, tagged deploy
This commit is contained in:
commit
e1c6b46279
10 changed files with 176 additions and 0 deletions
11
package.json
Normal file
11
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue