Transfer New Log file Every Morning
Hey guys, everyday I have a server that has a log file made every day, the log file has a name such as log_20130702 and log_20130703 etc etc. What I want to do is every morning take the log file from the previous day (I.E. if today is July 3rd, take the log from July 2) and throw it in a FTP server. I would want this to be done automatically. How would I accomplish this?