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:
Ad Schellevis 2024-05-10 18:27:17 +02:00
parent 1c8677656e
commit 1738224fca

View File

@ -449,6 +449,13 @@ function core_xmlrpc_sync()
'services' => ["webgui"],
);
$result[] = array(
'description' => gettext('Backup - Google Drive'),
'section' => 'system.remotebackup',
'id' => 'remotebackup'
);
return $result;
}