Initial version of JR IT backup of internal backend.

This commit is contained in:
2026-02-02 08:37:51 +01:00
commit 144de4f393
10 changed files with 969 additions and 0 deletions

9
logrotate/app-backup Normal file
View File

@@ -0,0 +1,9 @@
/var/log/app-backup/*.log {
daily
rotate 7
missingok
notifempty
compress
delaycompress
create 0640 root root
}