Skip to main content

Sprinkle is a volume clustering utility based on [RClone](https://rclone.org).

Project description

Sprinkle (Volume Clustering)

Sprinkle is a volume clustering utility. It presents all the RClone available volumes as a single clustered volume. It supports 1-way sync mainly for backup and recovery. Sprinkle uses the excellent RClone software for cloud volume access.

Features:

  • Consolidate multiple cloud drives into a single virtual drive
  • Sprinkle your backup across multiple cloud drives
  • Minimize cost by stacking multiple free cloud drives into single one
  • Run as Unix daemon with custom schedules for seamless backups of important files
  • Developed in Python for extreme multi-platform flexibility

Getting Started

The easiest way to install Sprinkle and all prerequisites is via PyPI with:

pip3 install sprinkle-py

Or by cloning the repository to your running machine, but make sure prerequisites are met:

git clone https://gitlab.com/mmontuori/sprinkle.git
cd sprinkle
./sprinkle.py -c sprinkle.conf ls /

Prerequisites

Installing

Following are the installation steps:

  • Install Sprinkle with a supported method
  • Download and install RCLone from https://rclone.org
  • Run RClone config to configure and authorize your cloud or local storage (you might want to run the program on a machione for which http://localhost can be reached ideally, from your local workstation)
  • Verify access to the storage by issuing the command "rclone ls {alias name}:"
  • Copy rclone.conf on the machine which will execute Sprinkle
  • Make sure all the prerequisites are satisfied
  • Add RClone executable to the system PATH variable, or configure location in sprinkle.conf file
  • From Sprinkle installation directory run "./sprinkle.py [-c path to sprinkle.conf] ls /"

From this point, backups and restore can be executed on the clustered storage.

./sprinkle.py -c {path to sprinkle.conf} backup {directory to backup}

Use the builtin --help utility to get additional commands and information.

./sprinkle.py --help

and the command specific help.

./sprinkle.py help {command}

Authors

  • Michael Montuori - Head developer - mmontuori

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

Acknowledgments

  • Warren Crigger for development support

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sprinkle-py-1.0.0.tar.gz (20.0 kB view hashes)

Uploaded Source

Built Distribution

sprinkle_py-1.0.0-py3-none-any.whl (25.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page