backups are working great. just a quick question that i couldn't seem to figure out searching your docs and google.
I understand the principle of using a regex to exclude files and folders. unfortunately i do not know how to construct even basic ones yet :) thanks for the examples.
i just wanted to ask if you could provide a simple regex to exclude all the error_log files that might exist on a server and all subdirectories such as hostgator. these obviously bloat the site if not excluded.
It seems like I'm excluding them, but wanted to ask if the expression i'm using is correct. it is
#error_log#i
Thanks,
danny