Re: Python Script to search by Date

2008-11-25 Thread Albert Hopkins
On Tue, 2008-11-25 at 16:10 -0800, [EMAIL PROTECTED] wrote: > What I'm trying to do is decompress a bunch of files depending on the > date/time specified. > > So, we have full backups created every Sunday and transaction backups > every hour afterwards. > > I have everything compressed at an hour

Python Script to search by Date

2008-11-25 Thread gamersunit
What I'm trying to do is decompress a bunch of files depending on the date/time specified. So, we have full backups created every Sunday and transaction backups every hour afterwards. I have everything compressed at an hourly basis. Now, what I'm trying to create is a way to specify a date and t