• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Create plan with rotation daily

Andrei C

Regular Pleskian
Dear Support,

Please check this option not working (working only update plan):

.\service_plan.exe --create "<plan name>" -owner <reseller> -log_rotate true -log-bytime daily -log-max-num-files 10 -log-compress true

or this working without "-log-bytime daily"

.\service_plan.exe --create "<plan name>" -owner <reseller> -log_rotate true -log-max-num-files 10 -log-compress true

Could you fix this, on next updates?
 
Hello Andrei,
do you confirm that the compression log option flag is currently working?

Because it doesn't work for us in this moment

We have no compressed log.

Another case: the system log isn't ZIP have a new prefix in the file "processed"

Thanks for your help
 
How can set this rules?

Working only this:
.\service_plan.exe --create "<plan name>" -owner <reseller> -log_rotate true -log-max-num-files 10 -log-compress true

or (update not create)

.\service_plan.exe --update "<plan name>" -owner <reseller> -log_rotate true -log-bytime daily -log-max-num-files 10 -log-compress true

if create plan -> not working (with option -log-bytime daily):

.\service_plan.exe --create "<plan name>" -owner <reseller> -log_rotate true -log-bytime daily -log-max-num-files 10 -log-compress true
 
Back
Top