skip activesync debug.txt on filebackup (, if activated)

This commit is contained in:
Klaus Leithoff 2015-02-06 14:33:33 +00:00
parent 2d79864334
commit 92767dff1d

View File

@ -1016,6 +1016,12 @@ class db_backup
{ {
array_shift($tlist); array_shift($tlist);
} }
elseif ($file == 'debug.txt' && stripos($f,'activesync')!==false)
{
// skip activesync debug.txt on backupFiles
//error_log(__METHOD__.__LINE__.'->'.$f.'/'.$file);
array_shift($tlist);
}
else else
{ {
if(is_dir($f.'/'.$file)) if(is_dir($f.'/'.$file))