Uploading Large Datasets to Research Drive¶
This guide covers the recommended workflow for uploading large datasets (10+ GB) to Research Drive using rclone.
Prerequisites¶
- Rclone installed and configured (see Connecting via Rclone)
- Write access to the destination folder on Research Drive
Step 1: Upload with rclone copy¶
For large datasets, use rclone copy rather than mounting. Mounting relies on a continuous network connection, which can cause issues during long transfers.
The --timeout flag prevents timeouts during large file transfers (allow approximately 10 minutes per GB). The -v flag provides progress output.
For very large uploads, consider using --progress for a summary view:
Step 2: Verify the transfer¶
After the upload completes, verify that all files transferred correctly:
This compares the source and destination, reporting any differences. If files are missing or mismatched, re-run the copy command—rclone will only transfer files that need updating.
Step 3: Clean up local files¶
Once you have verified the files are on Research Drive, you can remove the local copies.
Unmount before deleting
If you have any rclone mounts active, unmount them first. Deleting files in a mounted folder will delete them on Research Drive as well.
To unmount on Linux/macOS:
On Windows, close the command prompt running the mount or use Task Manager to end the rclone process.
Step 4: Secure the data¶
After uploading, adjust permissions to protect the data from accidental deletion:
- Go to the folder in Research Drive
- Open sharing settings (three dots > Details > Sharing)
- Remove delete permissions for all users, including yourself
Create permissions can remain enabled if others need to add files. See Sharing Data for details on managing permissions.
See Also¶
- Connecting via Rclone - Installation and configuration
- Uploading Data - Overview of all upload methods
- Sharing Data - Managing folder permissions