ghost ghost
Bookmark

Google limite et auto move

Posted September 5th, 2022    362   0  

Hello excuse me for bothering you, first of all thank you very much for the support.
I don't know if I've already asked this, but is it possible to make it so that instead of using rclone if we could use gclone with the service accounts?
And also if it would be possible to have it send automatically with a command like this: gclone move -v "/torrent/" "drive:/torrent/"
So that all the files in the torrent folder of the seedbox are automatically sent to the torrent folder of the drive, every two days?
Thank you very much in advance and have a nice day to all the seedboxes.cc team and thank you very much again

1 Reply

angoikon
angoikon
Staff

Hello!
Even though we don't support gclone, yes you can use it, you can install the binary file at your "/home/user/.local/bin/" path and make it an executable. Just head to their github and under releases, pick up the Linux X86_64 version and extract the gz file.
For your JSON file, set it anywhere under "/home/user/" path and remember the path for your gclone configuration.
You could then create a script and a cronjob that would run e.g. twice per day (in order to minimize the API calls).

We can assist you with the binary installation and the cronjob setup (just send us a ticket from your client area), however we can't provide any insights on the gclone configuration and/or correct flags for the command. Lastly, from what I can see, gclone is solely used for gdrive as the command is something like this:

gclone copy gc:{folde_id1} gc:{folde_id2} --drive-server-side-across-configs

where gc is the gdrive - so I am not sure if you can use gclone with your seedbox as the source in the first place, but you won't lose anything by trying

Okay, thank you very much