Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please remember to replace any placeholder (like 'your-email') with your actual details.

Sure, once rclone is configured properly, you can use it to sync, copy, or move files from your local system to the UQ RDM, and vice versa. Here are the basic instructions applicable to all operating systems including Mac, Windows, and Linux.

To Copy Files:

  • To copy a file from your local system to UQ RDM, you can use the copy command:

    Code Block
    rclone copy /path/to/local/file rdm3:/path/on/rdm

    Replace /path/to/local/file with the actual path of the file on your local system, and rdm3:/path/on/rdm with the desired location on the UQ RDM. rdm3 is the name of the remote you've configured for UQ RDM.

...