mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
core/xmlrpc - add google drive as migration / backup target.
The primary use for this is to restore these settings in System/Configuration/Backups now they share the same metadata.
This commit is contained in:
parent
1c8677656e
commit
1738224fca
@ -449,6 +449,13 @@ function core_xmlrpc_sync()
|
||||
'services' => ["webgui"],
|
||||
);
|
||||
|
||||
$result[] = array(
|
||||
'description' => gettext('Backup - Google Drive'),
|
||||
'section' => 'system.remotebackup',
|
||||
'id' => 'remotebackup'
|
||||
);
|
||||
|
||||
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user