6 lines
79 B
Bash
6 lines
79 B
Bash
#!/bin/bash
|
|
|
|
# backup database
|
|
cp dbase/pigpio.sqlite dbase/pigpio.sqlite.bak
|
|
|