mmontuori / sprinkle

Sprinkle is a volume clustering utility based on RClone. It presents all the RClone available volumes as a single clustered volume. It supports 1-way sync mainly for backup and recovery.
GNU Lesser General Public License v3.0
21 stars 3 forks source link

Sprinkle with Google Cloud Storage #1

Open arnoldvilleneuve opened 5 years ago

arnoldvilleneuve commented 5 years ago

Hello

We love the concept and features that Sprinkle brings to bear with rclone.

We have a really well setup rclone implementation in a GCP VM. I have tried to add Sprinkler to the VM. In the step to install Progress it tells me that the installation was successful.

arnold@rclonedesktop1:~/sprinkle$ pip3 install progress Collecting progress Installing collected packages: progress Successfully installed progress-1.5

The pre-requisit test also passes:

arnold@rclonedesktop1:~/sprinkle$ ./sprinkle.py --check-prereq checking prerequisites, examine the error messages below... PASSED!

But when I run this command to verify the installation of Sprinkle I get this error. Remember that I am only using rclone with Google Cloud Storage and rclone currently works very well by itself.

arnold@rclonedesktop1:~/sprinkle$ ./sprinkle.py stats calculating total and free space... REMOTE SIZE FREE %FREE =============== ==================== ==================== ========== 2019/08/27 04:32:56 Failed to about: Storage bucket doesn't support about error getting remotes objects

Do you have any advice.

Arnold

arnoldvilleneuve commented 5 years ago

I also noticed that rclone backup and rclone restore are NOT support options.

So is Sprinkle no longer a working project?

arnoldvilleneuve commented 5 years ago

Is this project still a LIVE project?

rvalitov commented 4 years ago

This project is abandoned?

peterbuga commented 4 years ago

@arnoldvilleneuve not sure if it still helps you anymore but i've come up with a tweaked version of this awesome tool where you can define the max storage of a remote (so that you don't have to rely on about rclone command that's not available anywhere) - as a side effect it can be used also to not fill up completely a remote (if one needs it too)

i could publish the fork is anyone's still interested ¯\_(ツ)_/¯