Ok here is what I have:
I have some windows backups that are done nightly and stored.
Here is what I want to do:
I would like to zip each .bak file via a scheduled task that runs each day. I want to do the files separately and dynamically, so for my example I have:
1 folder containing
100005.bak
1000045.bak
100043.zip
And so on. I want it to take each .bak file and compress it to %file_name%.zip, delete the original.bak file and move on to the next .bak file until they are all compressed individually.
I want to be able to schedule this to run daily.
Thank you for any suggestions.
I have some windows backups that are done nightly and stored.
Here is what I want to do:
I would like to zip each .bak file via a scheduled task that runs each day. I want to do the files separately and dynamically, so for my example I have:
1 folder containing
100005.bak
1000045.bak
100043.zip
And so on. I want it to take each .bak file and compress it to %file_name%.zip, delete the original.bak file and move on to the next .bak file until they are all compressed individually.
I want to be able to schedule this to run daily.
Thank you for any suggestions.