various shell scripts to automate duplicati calls for my container setup
Find a file
ZoopaMario 4b8546c6a1
Some checks failed
Lint Bash Scripts / lint-bash (push) Failing after 59s
Check Commit Messages / check-commit-message (pull_request) Successful in 19s
Lint Bash Scripts / lint-bash (pull_request) Failing after 24s
WIP Refactor code base
Add a library file containing common logic to be sourced by individual backup scripts
2024-12-30 05:26:05 +01:00
.forgejo/workflows Refactor code to make linter runs succeed 2024-12-29 19:32:26 +01:00
cryptpad WIP Refactor code base 2024-12-30 05:26:05 +01:00
duplicati Refactor code to make linter runs succeed 2024-12-29 19:32:26 +01:00
forgejo WIP Refactor code base 2024-12-30 05:26:05 +01:00
immich WIP Refactor code base 2024-12-30 05:26:05 +01:00
nextcloud WIP Refactor code base 2024-12-30 05:26:05 +01:00
portainer WIP Refactor code base 2024-12-30 05:26:05 +01:00
vaultwarden WIP Refactor code base 2024-12-30 05:26:05 +01:00
.gitignore Backup forgejo and portainer data 2024-12-28 18:51:08 +01:00
common-backup.sh WIP Refactor code base 2024-12-30 05:26:05 +01:00
full-backup.sh WIP Refactor code base 2024-12-30 05:26:05 +01:00
logger.sh WIP Refactor code base 2024-12-30 05:26:05 +01:00
README.md Add information about project to README.md 2024-08-05 01:59:02 +02:00

Backup Scripts

This repository contains scripts to back up various applications. The primary script, full-backup.sh, coordinates the backup process by invoking individual backup scripts for each application.

Overview

Main Scripts

  • full-backup.sh
    • Orchestrates the backup process for all applications listed in its internal array. To add a new application, simply include its name in the array.
  • logger.sh
    • Provides logging functionality to ensure all backup processes are logged.

Application Backup Scripts

Each application has its own directory containing:

  • Backup script
  • Environment variables file (.env)
  • Log file (created on the first run)