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.
2 parents 99a3cb4 + b428474 commit 6f40259Copy full SHA for 6f40259
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 -o plugin/acl= -o plugin/quota= -u "'.$rec["email"].'" mdbox:' . $this->tmp_backup_dir . '/backup');
+ $app->system->exec_safe("su -c ?", 'dsync -o plugin/acl= -o plugin/quota= backup -u "'.$rec["email"].'" mdbox:' . $this->tmp_backup_dir . '/backup');
130
131
if($backup_mode == 'userzip') {
132
$mail_backup_file.='.zip';
0 commit comments