in reply to Re: Re: Moving log files, create folder based on local time/date & zip them up based on local time & date.
in thread Moving log files, create folder based on local time/date & zip them up based on local time & date.

Well, you could either loop through the contents of the directory and use the addFiles method or you could use Archive::Tree. The docs for this module are pretty good and have good examples throughout.

As long as you're just talking about naming the zip file based on the date and time, the code from my earlier node should cover that.

mike
  • Comment on Re: Re: Re: Moving log files, create folder based on local time/date & zip them up based on local time & date.