https://github.com/pscedu/singularity-rclone
Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors' web storage interfaces.
https://github.com/pscedu/singularity-rclone
singularity utilities
Last synced: 2 months ago
JSON representation
Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors' web storage interfaces.
- Host: GitHub
- URL: https://github.com/pscedu/singularity-rclone
- Owner: pscedu
- License: apache-2.0
- Created: 2021-07-09T15:14:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-06T20:57:23.000Z (8 months ago)
- Last Synced: 2025-08-06T22:28:05.466Z (8 months ago)
- Topics: singularity, utilities
- Language: Shell
- Homepage: https://rclone.org
- Size: 22.5 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README






# singularity-rclone

Singularity recipe for [rclone](https://rclone.org/).
## Installing the container on Bridges 2
Copy the
* `SIF` file
* and the `rclone` script
to `/opt/packages/rclone/1.55.1`.
Copy the file `modulefile.lua` to `/opt/modulefiles/rclone` as `1.55.1.lua`.
## Building the image using the recipe
### To build the image locally
Run the script `build.sh` to build image locally.
```
bash ./build.sh
```
### To build the image remotely
Run the script `rbuild.sh` to build image remotely.
```
bash ./rbuild.sh
```
## To run tests
To run the available tests, run the command
```
bash ./test.sh
```
## Contributing
We welcome contributions to this repository. Before getting started, please review our [Contributing Guide](https://raw.githubusercontent.com/pscedu/singularity-report/refs/heads/main/CONTRIBUTING.md) for detailed instructions and best practices.
---
Copyright © 2020-2025 Pittsburgh Supercomputing Center. All Rights Reserved.
The [Biomedical Applications Group](https://www.psc.edu/biomedical-applications/) at the [Pittsburgh Supercomputing Center](http://www.psc.edu) in the [Mellon College of Science](https://www.cmu.edu/mcs/) at [Carnegie Mellon University](http://www.cmu.edu).