WIP: Cursor add Rclone Recipe for Cloud/S3 Archiving#156
Draft
christophernhill wants to merge 1 commit intomainfrom
Draft
WIP: Cursor add Rclone Recipe for Cloud/S3 Archiving#156christophernhill wants to merge 1 commit intomainfrom
christophernhill wants to merge 1 commit intomainfrom
Conversation
- Create rclone.md with frontmatter and main section headers - Add tags for archiving, storage, and rclone - Include placeholder sections for each storage destination - Following style conventions of existing ORCD recipes
lmilechin
reviewed
Nov 12, 2025
| ## Getting Rclone on Engaging | ||
|
|
||
| *This section will cover how to access rclone on Engaging (either through module loading or installation).* | ||
|
|
Collaborator
There was a problem hiding this comment.
Suggested change
| Rclone is available through a module on Engaging. You can access it by using the `module load` command: | |
| ```bash | |
| module load rclone |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚧 Work in Progress
This PR adds a comprehensive recipe for using rclone on the Engaging cluster to archive data to various storage destinations.
Storage Destinations to Cover
Progress Checklist
Preview
After GitHub Actions complete, preview will be available at:
https://mit-orcd.github.io/orcd-docs-previews/PR/PR156
Development Notes
This PR is being developed incrementally with commits pushed as sections are completed. Each push triggers a preview rebuild for continuous validation.
Files
docs/recipes/rclone.md- Main recipe documentationdocs/recipes/scripts/rclone/- Example scripts (to be added)mkdocs.yml- Navigation entry (to be updated)