Actualiser backup_gitea.sh

This commit is contained in:
Johnny 2026-02-27 12:01:32 +00:00
parent b0259d2cf2
commit c7588b0178
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ BLUE='\033[0;34m'; CYAN='\033[0;36m'; BOLD='\033[1m'; RESET='\033[0m'
# ── Répertoire du script ────────────────────────────────────────────────────── # ── Répertoire du script ──────────────────────────────────────────────────────
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ENV_FILE="${SCRIPT_DIR}/.env.gitea" ENV_FILE="${SCRIPT_DIR}/.env"
LOG_FILE="/var/log/gitea-backup.log" LOG_FILE="/var/log/gitea-backup.log"
TIMESTAMP="$(date +%Y%m%d_%H%M%S)" TIMESTAMP="$(date +%Y%m%d_%H%M%S)"