sprinkle icon indicating copy to clipboard operation
sprinkle copied to clipboard

Sprinkle with Google Cloud Storage

Open arnoldvilleneuve opened this issue 5 years ago • 4 comments

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 avatar Aug 27 '19 04:08 arnoldvilleneuve

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

So is Sprinkle no longer a working project?

arnoldvilleneuve avatar Aug 27 '19 04:08 arnoldvilleneuve

Is this project still a LIVE project?

arnoldvilleneuve avatar Aug 27 '19 22:08 arnoldvilleneuve

This project is abandoned?

rvalitov avatar Mar 16 '20 21:03 rvalitov

@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 ¯\_(ツ)_/¯

peterbuga avatar Jun 01 '20 21:06 peterbuga