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

This commit is contained in:
Klaus Leithoff 2015-02-06 14:57:26 +00:00
parent f2fabf9062
commit b9228c8fb5

View File

@ -1016,6 +1016,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))