added default path

This commit is contained in:
Dejan R. 2025-11-29 18:20:24 +00:00
parent afcc66f3f2
commit 95db5dfdf5

2
backup.sh Normal file → Executable file
View file

@ -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)