Is there a good way to copy relationships from one AuraDB to another in separate accounts?

I tried using a number of different methods. The neo4j-admin cli too doesn't seem to be able to dump from the remote auraDB instance (i was hoping to create a local dump file and upload it to another DB). I also explored the copy option, but it doesn't show up on my version of the cli tool. For reference i have downloaded the community version (~5.2)

./neo4j-admin database -h
Usage: neo4j-admin database [COMMAND]
Database-specific administration tasks.
Commands:
  help, -h, --help  Display help information about the specified command.
  check             Check the consistency of a database.
  dump              Dump a database into a single-file archive.
  import            High-speed import of data from CSV files, optimized for fault-free data.
  info              Print information about a Neo4j database store.
  load              Load a database from an archive created with the dump command or from full Neo4j Enterprise backup.
  migrate           Migrate a database
  upload            Push a local database to a Neo4j Aura instance. The target location is a Neo4j Aura Bolt URI. If
                      Neo4j Cloud username and password are not provided either as a command option or as an
                      environment variable, they will be requested interactively