'Generic Commit'

This commit is contained in:
Your Name
2025-06-16 22:26:06 +12:00
parent 5c4560b74b
commit f917e8cb4f
15 changed files with 4 additions and 4 deletions

13
simple-object-server/backup.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
source "${AGENT_PATH}/common.sh"
_check_required_env_vars "VOLUME_NAME" "BACKUP_FILE" "TEMP_DIR"
# Simple Object Storage Backup Script
# Creates a backup tarball of the volume contents.
# HOT backup is fine for simple-object-storage
databackup "volume=${VOLUME_NAME}" || _die "Failed to create backup"
echo "Backup complete: ${BACKUP_FILE}"