template: sample scripts for each function. also reworked the backup script + checked it with actual_server

This commit is contained in:
2026-02-06 03:16:13 -08:00
parent cc8789e1df
commit 8665afbfa3
11 changed files with 655 additions and 32 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
export BUCKET_PATH="${BACKUP_BUCKET}/example"
export VOLUME_PATH="${HOME}/${USER}-data"
export PORT=999999
PUID=$(id -u "$USER")
export PUID
PGID=$(id -g "$USER")
export PGID