You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -154,11 +154,11 @@ public function onRunJob() {
154
154
$domain_dir=explode('/',$rec['maildir']);
155
155
$_temp=array_pop($domain_dir);unset($_temp);
156
156
$domain_dir=implode('/',$domain_dir);
157
-
157
+
158
158
$parts=explode('/',$rec['maildir']);
159
159
$source_dir=array_pop($parts);
160
160
unset($parts);
161
-
161
+
162
162
//* create archives
163
163
if($backup_mode == 'userzip') {
164
164
$mail_backup_file.='.zip';
@@ -175,15 +175,15 @@ public function onRunJob() {
175
175
$retval = $app->system->last_exec_retcode();
176
176
}
177
177
}
178
-
179
-
if($retval == 0 || ($backup_mode != 'userzip' && $retval == 1) || ($backup_mode == 'userzip' && $retval == 12)){// tar can return 1, zip can return 12(due to harmless warings) and still create valid backups
178
+
179
+
if($retval == 0 || ($backup_mode != 'userzip' && $retval == 1) || ($backup_mode == 'userzip' && $retval == 12)){// tar can return 1, zip can return 12(due to harmless warnings) and still create valid backups
0 commit comments