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)