I like this snippet but had to solve a couple problems:
- Changed ’site_name’ in ’site_url’ due to an error with Russian letters
- Due to an error 500 added date_default_timezone_set ( ’Europe / Moscow’);
Is it possible to tell Modbak to ignore a folder and therefore not back it up? My client has a large folder on the server which is resulting in the backup failing as the process is timing out based on the server time limit settings. I'd like to be able to tell Modbak to ignore this folder and not back it up - is this possible by editing the PHP files somehow?
Thanks