An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Status](https://github.com/pscedu/singularity-rclone/actions/workflows/main.yml/badge.svg)
![Status](https://github.com/pscedu/singularity-rclone/actions/workflows/pretty.yml/badge.svg)
![Issue](https://img.shields.io/github/issues/pscedu/singularity-rclone)
![forks](https://img.shields.io/github/forks/pscedu/singularity-rclone)
![Stars](https://img.shields.io/github/stars/pscedu/singularity-rclone)
![License](https://img.shields.io/github/license/pscedu/singularity-rclone)

# singularity-rclone
![Logo](https://rclone.org/img/logo_on_light__horizontal_color.svg)
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).