1749877696

This commit is contained in:
2025-06-13 23:08:15 -06:00
parent 6b4e6710ad
commit 9db3bc7011
3 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
1. `bash reconfig_full.sh ./running-warn-level-conf` (will reboot) 1. `bash reconfig_full.sh ./running-warn-level-conf` (will reboot)
## Scripts ## Scripts
`stop_clear.sh` stops services, clears logs, cleans up, and pulls from git `uninstall.sh` uninstalls everything
`chrony_statistics.sh` uses the python script chrony_statistics.py and feeds it copies of tracking statistics to calculate offset `chrony_statistics.sh` uses the python script chrony_statistics.py and feeds it copies of tracking statistics to calculate offset
`cleanup.sh` remove old files `cleanup.sh` remove old files
`dump_configs.sh` make a backup of all configs `dump_configs.sh` make a backup of all configs
-5
View File
@@ -1,5 +0,0 @@
#!/bin/bash
git pull
bash services.sh stop
bash nuke_logs.sh
bash cleanup.sh
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
bash services.sh stop
bash services disable
bash nuke_logs.sh
bash cleanup.sh
sudo apt purge -y telegraf grafana influxdb gpsd gpsd-clients chrony syslog-ng
sudo apt install -y raspi-config
cd ~
rm -rf ~/Precision-Timekeeping-Fuckery