mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
skip activesync debug.txt on filebackup (, if activated)
This commit is contained in:
parent
2d79864334
commit
92767dff1d
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user