added default path
This commit is contained in:
parent
afcc66f3f2
commit
95db5dfdf5
2
backup.sh
Normal file → Executable file
2
backup.sh
Normal file → Executable 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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue