Spaces:
Running
Running
Update copy-storage.sh
Browse files- copy-storage.sh +3 -0
copy-storage.sh
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
#!/bin/bash
|
2 |
|
|
|
|
|
|
|
3 |
# Ensure the backup directory exists
|
4 |
mkdir -p /app/storage-backup/
|
5 |
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
echo "Starting Database backup"
|
4 |
+
|
5 |
+
|
6 |
# Ensure the backup directory exists
|
7 |
mkdir -p /app/storage-backup/
|
8 |
|