Skip to content

Commit

Permalink
Added data backup options
Browse files Browse the repository at this point in the history
  • Loading branch information
rdz-oss committed Jul 31, 2024
1 parent e3a7f4a commit 2f3ede7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -441,11 +441,14 @@ This will make some 'Best recordings' unavailable. The system can be set to auto
* Do not delete the database 'birds.db'!

### Debugging
Some useful commands to check if services are up and their status
The system consists of several systemd services that use/call each other, python scripts as well as an squlite database and a web UI (php/java script). Some useful commands to check if services are up and their status.
```sh
# Get the logs fro some systemd services
journalctl -eu birdnet_analysis -u birdnet_server -u batnet_server | sudo tee -a /var/log/syslog
cat /var/log/syslog | grep error
# Are the APIs up?
ss -nltp
# A script with comprehensive information
/usr/local/bin/print_diagnostic_info.sh
```
Audio
Expand Down

0 comments on commit 2f3ede7

Please sign in to comment.