Skip to content

Commit 61a16c9

Browse files
committed
s
1 parent a8a47d6 commit 61a16c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backup.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ gzip $FILENAME-$DATETIME.sql
2424

2525
ls -la
2626

27+
while [ "1" = "1" ]; do
28+
sleep 60
29+
done
30+
2731
azure storage blob upload $FILENAME-$DATETIME.sql.gz $CONTAINER
2832

2933
if [ "$?" != "0" ]; then

0 commit comments

Comments
 (0)