...
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, andrdm3:/path/on/rdm
with the desired location on the UQ RDM.rdm3
is the name of the remote you've configured for UQ RDM.
...