Skip to content

Commit 8ef8857

Browse files
authored
Update backup.sh
1 parent c1f284c commit 8ef8857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ date
3131
echo
3232
echo "================================================================"
3333
echo
34-
echo "Download database backup with $ scp backup@185.102.93.107:backups/$mysql_file backup"
34+
echo "Download database backup with $ scp root@111.222.333.444:backups/$mysql_file backup"
3535
echo
3636
echo "Unpack files with $ tar -xvzf backup/$mysql_file"
3737
echo
38-
echo "Download the full backup with with $ scp backup@185.102.93.107:backups/$archive_file backup"
38+
echo "Download the full backup with with $ scp root@111.222.333.444:backups/$archive_file backup"
3939
echo
4040
echo "Unpack files with $ tar -xvzf backup/$archive_file"
4141
echo
@@ -60,4 +60,4 @@ find $dest -mtime +14 -type f -delete
6060
echo
6161

6262
# echo generated files
63-
ls -lh $dest
63+
ls -lh $dest

0 commit comments

Comments
 (0)