|
I am using the following the code to back up my log file: Over time (the back up job runs every 15 mins)I was expecting to see a number of different files in the "C:\Black Ice Project Log" however I only see the one back up file. Can you please help me by telling me how I can generate a log chain. Thank you
(comments are locked)
|
|
The script does exactly what you ask, and thus, it always overwrites existing file because the script always provides same path. The simplest thing to do would be to add the date and time part to the file name, for example: This will generate the log files like C:\Black Ice Project Log\logbackup_20100817_212509.bak
(comments are locked)
|

