How to restore meta from new OSS backup method

InfluxDB’s docs describe a new backup tool. It backups an entire database, including the meta information (username, passwords, grants), but I can’t figure out how to restore this meta.

Using the command indicated in the docs will restore the time series data points but not the meta:

influxd restore -portable portablebackup

Any tips / suggestions are very welcome.

Thanks,

Paul