User Ratings

 
 
4
1

Rate pyrotate

How would you rate pyrotate?





Express yourself: log in to write a review.

User Reviews

  • Posted by phili parion 2012-09-29

    Good, but doesn't provide a "real-time" gaurd.

  • Posted by OpenID User 2012-02-28

    I use this on quite a few log scripts, but found it failed on windows boxes that contain spaces in the path name. A quick change to the code solved it: Find line 356 in pyrotate.py change: cmd = "%s %s %s" % (compress, curr_file_arc, curr_file) to cmd = "%s \"%s\" \"%s\"" % (compress, curr_file_arc, curr_file) This adds the quotes to the cmd line command and allows any file name/ folder path combination. Other than that its a spot on script :) Thanks

  • Posted by Evgeniy Egorov 2010-04-02

    We use this in Windows mostly, as in Linux too :)

Read more reviews