logrotatewin icon indicating copy to clipboard operation
logrotatewin copied to clipboard

This is a Windows implementation of the logrotate utility found in Linux platforms. The goal is to use the same command line parameters and files as the Linux version.

Results 13 logrotatewin issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use LogRotateWin Utility for performing log rotations to control the increasing size of the mongo log file. It works well in my system but when...

Hello, This is a great project which i use through a chef cookbook. I was trying to use compressext zip - it creates the zip file but its corrupted -...

String operations during config file parsing have been replaced by a more robust regular expression logic routines. DeleteRotateFile and ShredIt functions have been also refreshed so DeleteRotateFile returns an integer...

Logrotatewin v0.0.0.17 sucks up the next uncommented line as part of the comment and throws Unknown directive error at the end, e.g., ``` # my comment c:\test.log { ... }...

This was via a psexec onto a remote host: ``` Processing archive: C:\Users\automat\AppData\Local\Temp\chocolatey\logrotate\logrotateInstall.zip Extracting setup.exe Everything is Ok Size: 1580478 Compressed: 917358 C:\Users\automat\AppData\Local\Temp\chocolatey\logrotate Installing logrotate... [ERROR] Running C:\Users\automat\AppData\Local\Temp\chocolatey\logrotate\setup.exe with /S...

Would it be possible to get the current source? I would like to do a bit of customizing. Thank you

The directive extension is not recognized when used in the config file

I am trying to do log rotation on the log file generated by OpenVPN. It fails with these error messages : logrotate: Error renaming file C:\Program Files\OpenVPN\log\sos-vpn.log to C:\Program Files\OpenVPN\log\sos-vpn.log.1...

So I posted this over on SF as well but I get the feeling the conversation/development moved over to GH. Anyways I exit with an illegal error using 0.18: C:\Program...

``` C:\Users\Administrator>"C:\Program Files (x86)\Ken Salter\LogRotate\logrotate.exe" -? Usage: logrotate [-d|--debug] [-f|--force] [-s|--state=statefile] [-v|--verbose] [-?|--help] [--usage] C:\Users\Administrator>"C:\Program Files (x86)\Ken Salter\LogRotate\logrotate.exe" --help logrotate: unknown command line argument: --help ``` --help is a documented...