How to get Rclone to backup "Computer" backups from Google Drive to OneDrive?

So, I have setup a copy from Google Drive (‘My Drive’) to OneDrive with the following parameters and it’s working as expected. However, I see no option to have RClone copy the local computer backups located under ‘Computers’.

Is that a separate switch in the command line that I need to run to target these additional ‘Computer’ backups in RClone? I read online about setting the ‘rootID’ of my Google Drive?

When I run the ‘rclone lsd gdrive:’ command, I can only see ‘My Drive’, I don’t see the backups/folders under ‘Computers’.

This is the command line I’m running for the ‘My Drive’ copy operations, it’s averaging about 10GB/hour, so I have roughly 45-48 hours left (~450GB of data to copy):

rclone copy gdrive: onedrive: --progress --log-file=rclone.log --log-level=INFO --transfers=8 --checkers=8 --drive-chunk-size=64M --retries=10 --retries-sleep=10s --low-level-retries=20 --ignore-existing

I’m running 1.73.2, 64-bit edition for Windows 11.

My source is Google Drive and my destination is Microsoft OneDrive.

If I can’t get this to work, is the next best option to manually download the ‘Computers’ backups and upload them to OneDrive or use Google Takeout and upload the .zip files?

Thanks for any guidance that you can provide.

Shannon