A free, open, self-hosted app platform (GNU AGPLv3): one-click app deploys, Traefik reverse proxy with automatic SSL, rootless Docker support, gluetun VPN routing, and a web dashboard to manage it all. Free & open forever to self-host; optional paid hosted services fund it. See PROMISE.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
51 lines
1.7 KiB
Bash
Executable File
51 lines
1.7 KiB
Bash
Executable File
#!/bin/bash
|
|
|
|
# This file is auto-generated by generate_arrays.sh
|
|
# Do not edit manually - run './scripts/source/files/generate_arrays.sh run' to regenerate
|
|
|
|
backup_scripts=(
|
|
"backup/app/backup_app_all.sh"
|
|
"backup/app/backup_app_delete.sh"
|
|
"backup/app/backup_app_hooks.sh"
|
|
"backup/app/backup_app_schedule.sh"
|
|
"backup/app/backup_app_start.sh"
|
|
"backup/engine/backup_ssh.sh"
|
|
"backup/engine/borg_backup.sh"
|
|
"backup/engine/borg_check.sh"
|
|
"backup/engine/borg_env.sh"
|
|
"backup/engine/borg_forget.sh"
|
|
"backup/engine/borg_init.sh"
|
|
"backup/engine/borg_install.sh"
|
|
"backup/engine/borg_restore.sh"
|
|
"backup/engine/borg_snapshots.sh"
|
|
"backup/engine/engine_dispatch.sh"
|
|
"backup/engine/kopia_backup.sh"
|
|
"backup/engine/kopia_check.sh"
|
|
"backup/engine/kopia_env.sh"
|
|
"backup/engine/kopia_forget.sh"
|
|
"backup/engine/kopia_init.sh"
|
|
"backup/engine/kopia_install.sh"
|
|
"backup/engine/kopia_restore.sh"
|
|
"backup/engine/kopia_snapshots.sh"
|
|
"backup/engine/restic_backup.sh"
|
|
"backup/engine/restic_check.sh"
|
|
"backup/engine/restic_dump.sh"
|
|
"backup/engine/restic_env.sh"
|
|
"backup/engine/restic_forget.sh"
|
|
"backup/engine/restic_init.sh"
|
|
"backup/engine/restic_install.sh"
|
|
"backup/engine/restic_restore.sh"
|
|
"backup/engine/restic_snapshots.sh"
|
|
"backup/locations/location_add.sh"
|
|
"backup/locations/location_loader.sh"
|
|
"backup/locations/location_migrate.sh"
|
|
"backup/locations/location_paths.sh"
|
|
"backup/locations/location_remove.sh"
|
|
"backup/locations/location_ssh.sh"
|
|
"backup/manifest/manifest_collect.sh"
|
|
"backup/manifest/manifest_read.sh"
|
|
"backup/manifest/manifest_write.sh"
|
|
"backup/verify/backup_verify.sh"
|
|
|
|
)
|