2 Commits

Author SHA1 Message Date
354ee04e73 „README.md“ ändern 2022-01-26 16:40:20 +01:00
45a5cb303b upload log to dev 2020-10-01 17:52:46 +02:00

View File

@ -14,15 +14,13 @@
* clone repo
* make release
## Create Standalone with Debian
## Create Standalone with Debian 11
Instructions how to create a standalone machine that boots directly to reHDD. This is aimed for production use, like several drives a day shredding.
### Software requirements
* apt-get install hwinfo
* wget http://ftp.de.debian.org/debian/pool/main/s/smartmontools/smartmontools_7.1-1_amd64.deb
* dpkg --install smartmontools_7.1-1_amd64.deb
* apt-get install hwinfo smartmontools
### Start reHDD after boot without login (as a tty shell)
@ -66,6 +64,8 @@ nano /root/reHDDSettings.sh
```
#!/bin/bash
dmesg -n 1 #disable overlay if a drive is attached/detached
# remove comment for the following to activate log telemetie
# curl -k -T /root/reHDD/reHDD.log -u "ra7466BsoSPqJFG:" -H 'X-Requested-With: XMLHttpRequest' https://schuttercloud.com/public.php/webdav/`echo $(date '+%Y-%m-%d_%H-%M')`_reHDD.log
rm -f /root/reHDD/reHDD.log
```
Make sure the binary reHDD is in /root/reHDD/