3 lines
240 B
Bash
3 lines
240 B
Bash
GIT_PFAD="$HOME/Dokumente/Gitea"
|
|
logrotate -v --log=$GIT_PFAD/logger/Logs/logrotate.log -s="$GIT_PFAD/logger/logrotate.status" $GIT_PFAD/logger/logrotate.cfg
|
|
echo "$(date) Logrotate hat stattgefunden!" >>$GIT_PFAD/logger/Logs/logrotate.log |