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

This commit is contained in:
Klaus Leithoff 2015-02-06 14:38:50 +00:00
parent 171064c0c1
commit af74997588

View File

@ -1015,6 +1015,12 @@ class db_backup
{
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
{
if(is_dir($f.'/'.$file))