mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
fix nextcloud file name format
This commit is contained in:
parent
df338aef9c
commit
4b1dd4076a
@ -129,7 +129,7 @@ class Nextcloud extends Base implements IBackupProvider
|
||||
$password = (string)$nextcloud->password;
|
||||
$backupdir = (string)$nextcloud->backupdir;
|
||||
$hostname = $config->system->hostname . '.' .$config->system->domain;
|
||||
$configname = 'config-' . $hostname . '-' . date("Y-m-d_h:m:s") . '.xml';
|
||||
$configname = 'config-' . $hostname . '-' . date("Y-m-d_H:i:s") . '.xml';
|
||||
// backup source data to local strings (plain/encrypted)
|
||||
$confdata = file_get_contents('/conf/config.xml');
|
||||
$confdata_enc = chunk_split(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user