pub async fn admin_sync_create_run(
configuration: &Configuration,
id: &str,
) -> Result<AdminSyncCreateRunResponse, Error<AdminSyncCreateRunError>>Expand description
Runs the sync jobs manually. Permissions: User needs Datastore.Backup on target datastore, and Remote.Read on source remote. Additionally, remove_vanished requires Datastore.Prune, and any owner other than the user themselves requires Datastore.Modify