Skip to content

Commit 17a4a5d

Browse files
committed
log directory not automatically excluded from backups
1 parent 335113a commit 17a4a5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/lib/classes/backup.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1315,7 +1315,6 @@ protected static function make_web_backup($web_domain, $backup_job)
13151315
$backup_excludes = array(
13161316
escapeshellarg('./backup\*'),
13171317
'./bin', './dev', './etc', './lib', './lib32', './lib64', './opt', './sys', './usr', './var', './proc', './run', './tmp',
1318-
'./log',
13191318
);
13201319

13211320
$b_excludes = explode(',', trim($web_domain['backup_excludes']));

0 commit comments

Comments
 (0)