You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sessioncommunities.online/etc/archives/logrotate.conf

25 lines
435 B
Plaintext

"output/servers.json" {
rotate -1
olddir ../cache-lt/archive/servers/recent
createolddir 700
nocompress
dateext
dateformat -%Y-%m-%d-%H:%M:%S
copy
prerotate
etc/archives/archive-recent.sh
endscript
}
"cache-lt/archive/servers/servers.tar" {
rotate -1
missingok
compress
compresscmd /usr/bin/zstd
compressext .zst
compressoptions -T0 --long -19
uncompresscmd /usr/bin/unzstd
dateext
dateformat -%Y-%m-%d-%H:%M:%S
}