and again more work on backup-storages

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-09-05 11:03:39 +02:00
parent 9d2077ddee
commit 4fcf0606c7
13 changed files with 429 additions and 36 deletions

View File

@@ -81,6 +81,15 @@ return [
'checkPgpPublicKeySetting'
],
],
'backup_backup_tmp_dir' => [
'label' => lng('serversettings.backup_tmp_dir'),
'settinggroup' => 'backup',
'varname' => 'backup_tmp_dir',
'type' => 'text',
'string_type' => 'dir',
'default' => '/var/customers/backup/',
'save_method' => 'storeSettingField'
]
]
]
]