Restore path must be specified as a single positional argument

Hi, I have a local computer running InfluxDB OSS 2.7.1 on Ubuntu 22.04.2 LTS and have successfully created a backup of some test data using the CLI backup function. However, when I try to restore this data using the CLI restore function, I get the following error:

Error: restore path must be specified as a single positional argument

My terminal command is as follows (de-identified)

influx restore --host localhost --org XXX --token XXX --bucket 3psb1test --new-bucket restorebuckettest --input /run/user/1000/gvfs/smb-share:server=mgbr-nursery-2.local,share=backup-n2/testBackup17MAY23/

The path to the backup is on a NAS drive, this is the same path I used to create the backup. Checking this directory, I can see that backup files have been created.

Can anyone please advise as I’m not sure what I’m doing wrong here?

Thank you!