Raspberry Pi - Data Logging and Databases
This script is intended to rotate logs daily but fails:
What is the likely problem?
logfile="/var/log/syslog" cp $logfile $logfile.1 > $logfile
What is the likely problem?
