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 9f7ff78 commit 8d71ba6Copy full SHA for 8d71ba6
install/update.php
@@ -190,7 +190,7 @@
190
if($do_backup == 'yes') {
191
192
//* Create the backup directory
193
- $backup_path = '/var/backup/ispconfig_'.@date('Y-m-d_H-i');
+ $backup_path = '/var/backup/ispconfig_'.$conf['hostname'].'_'.@date('Y-m-d_H-i');
194
$conf['backup_path'] = $backup_path;
195
exec("mkdir -p $backup_path");
196
exec("chown root:root $backup_path");
0 commit comments