From 95db5dfdf5b71d06562a2d46cad572d1a6906cf4 Mon Sep 17 00:00:00 2001 From: "Dejan R." Date: Sat, 29 Nov 2025 18:20:24 +0000 Subject: [PATCH] added default path --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 backup.sh diff --git a/backup.sh b/backup.sh old mode 100644 new mode 100755 index 12081dc..cea703f --- a/backup.sh +++ b/backup.sh @@ -5,7 +5,7 @@ # Used to name the final backup file. BACKUP_NAME="filerun_backup_$(date +%Y%m%d_%H%M%S)" # The directory where the compressed backup file will be saved. -BACKUP_DIR="/home/Dejan/backups/filerun" # <--- ADJUST THIS PATH +BACKUP_DIR="/home/Dejan/Docker/FileRun/backup" # <--- ADJUST THIS PATH # Directory containing your docker-compose.yml (usually the current directory) COMPOSE_DIR=$(pwd)