We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cdb85 commit c3c9c98Copy full SHA for c3c9c98
server/lib/classes/cron.d/500-backup_mail.inc.php
@@ -126,7 +126,7 @@ public function onRunJob() {
126
if ($rec['maildir_format'] == 'mdbox') {
127
if (empty($this->tmp_backup_dir)) $this->tmp_backup_dir = $rec['maildir'];
128
// Create temporary backup-mailbox
129
- $app->system->exec_safe("su -c ?", 'dsync backup -u "'.$rec["email"].'" mdbox:' . $this->tmp_backup_dir . '/backup');
+ $app->system->exec_safe("su -c ?", 'dsync backup -o plugin/acl= -o plugin/quota= -u "'.$rec["email"].'" mdbox:' . $this->tmp_backup_dir . '/backup');
130
131
if($backup_mode == 'userzip') {
132
$mail_backup_file.='.zip';
0 commit comments