• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Question archiving logs via a scheduled task

greybeard

New Pleskian
Server operating system version
Microsoft Windows Server 2016
Plesk version and microupdate number
Version 18.0.56 Update #4, last updated on Nov 9, 2023 02:54 AM
I have a need for a means by which I could run a scheduled task which would move selected logs for all of the domains on my servers to an alternate folder. The script would move the zipped log files that are (as an example) more than 2 weeks old, and it would place them in a separate folder.

Source:
C:\inetpub\vhosts\somedomain1.com\logs\iis\W3SVC29\u_ex231104.zip
C:\inetpub\vhosts\somedomain2.com\logs\iis\W3SVC24\u_ex231104.zip


Ideally, it would maintain the portion of the source path, so something like this:
C:\Users\Administrator\Desktop\log backups\somedomain1.com\logs\iis\W3SVC29\u_ex231104.zip
C:\Users\Administrator\Desktop\log backups\somedomain2.com\logs\iis\W3SVC24\u_ex231104.zip

I would then periodically download and clear the contents of that folder.

Does anyone have something like this? I host e-commerce sites and thus retention of logs for an extended period of time is important in the event that I need the logs for researching events such as hacking.
 
Back
Top