8 lines
165 B
Bash
Executable File
8 lines
165 B
Bash
Executable File
#!/bin/bash
|
|
cd /home/pi/ARM64/Translate/Translate/bin/Debug/net8.0
|
|
./translate /mnt/mariadb/backupdb.sql /mnt/mariadb/backupdb2.sql
|
|
cd /mnt/mariadb
|
|
./restoredb.sh
|
|
|
|
|