Questions tagged [rclone]
98 questions
0
votes
0 answers
Rclone copy with tqdm progressbar issue
I am new to Python programming and am currently working on a telegram bot that will download a file from YouTube and upload it to Google drive. I am facing a problem with one part of the code.
def rclonecopyprocess(bot_msg, paths):
RCLONE_PATH =…

habitual69
- 1
- 3
0
votes
0 answers
Mounted S3 Drive via rClone Not Showing on SQL Server Management Studio as an Available Drive
I have a mounted S3 bucket as Windows drive which was configured using rClone. I'm able to see the files that I needed including database back up files. I was actually thinking of leveraging a mounted S3 bucket as a source for when I restore…

C Cost
- 1
- 2
0
votes
1 answer
Content of docker bind mount is not showing inside the container
EDITED:
Rclone has a bucket mounted to the host directory /home/user/rclone. I want to access the contents of this directory inside nextcloud docker instance. So I would bind mount it to /var/www/html/data. With the option shared, any changes made…
user14417149
0
votes
0 answers
How to use holodeck with S3
I would like to use http://holodeck-b2b.org/ with a self-hosted S3-Storage as filesystem.
I'm thinking of mount options like Goofys, s3fs or rclone.
But also whether there is possibly any fork or addon to holodeck that would enable this natively.
Do…

Marco Vo
- 11
- 3
0
votes
1 answer
Share a Rclone mounted drive with samba
i mounted a google drive storage on my ubuntu machine using rclone with the following syntax:
rclone -vv mount --vfs-cache-mode full --daemon google-test: /test --allow-other
the first problem occurs when i try to run this command with non root user…
0
votes
1 answer
Trying to create a local copy of our google drive with rclone bringing down all the files, constantly hitting rate limits
As the title states, I'm trying to create a local copy of our entire google drive, we currently are using it as a file storage service which is obviously not the best use-case, but to migrate else where I of course need to get all the files, the…

tomtp
- 1
- 1
0
votes
1 answer
How do I make a script to run another program after a file is created in a specific folder?
How do I make a script to run another program after a file is created in a specific folder? Could be Windows or Linux. To be specific, I want to use rclone to move file to remote folder right after it is created. The program itself doesnt have…

dawnslayer
- 7
- 2
0
votes
1 answer
rClone to mount Onedrive Business
Whenever I try to mount my onedrive on my pc, I face an issue. Right now my Org has more than 1 onedrive. (business plan 2)
and whenever I try to connect my onedrive, I get connected to other onedrive.
So when I fill the client id, secret code…

Saurabh Gunjal
- 1
- 2
0
votes
1 answer
How to use \ with the read command?
I am a complete beginner in this topic and I usually search for a solution rather than just asking a question because I am sure that somebody had a similar problem. But this time I couldn't find a way to solve my problem.
So I wrote a little shell…

JohnTM
- 1
- 1
0
votes
1 answer
Truncate not working with google-drive in command line
I am using rclone to work with Google Drive on the command line.
I want to create a file of a specific size using truncate, but I get the error
$ truncate -s 4096 qwe
truncate: failed to truncate 'qwe' at 4096 bytes: Operation not permited
I…

wowandy
- 1,124
- 2
- 10
- 23
0
votes
1 answer
S3 / COS: rclone authentication using config for IBM Cloud fails
I am trying to use rclone utility for transfer from AWS S3 to IBM COS.
It works for AWS S3 but not sure why it fails for IBM COS.
Using the service credentials , API key as access key id and resource instance id as secret access key.
Rclone Config :…

Deepali Mittal
- 996
- 13
- 20
0
votes
1 answer
mount s3 bucket using RClone on windows
I use RClone to mount s3 bucket as a local disk, the local disk disappears after i close the CMD.
how to keep the drive accessible after i close the cmd, or is their a replacement for RClone

Mohamed Hendawy
- 7
- 3
0
votes
1 answer
Checking if the files were downloaded correctly with rclone
I'm looking for a way to check if the files were downloaded correctly by using rclone. Maybe the option -i is able to do that?
rclone sync -i SOURCE remote:DESTINATION

Gennaro Arguzzi
- 769
- 1
- 14
- 27
0
votes
1 answer
Download file from the shared folder of Google Drive by using rclone
I'm wondering if rclone is able to donwload file from the shared folder of Google Drive. If yes, what is the command to do it?
rclone sync cloud_name:(what is the shared folder name?)file_name destination_path

Gennaro Arguzzi
- 769
- 1
- 14
- 27
0
votes
1 answer
Synch RaspberryPi directory with OneDrive via rclone
I have an issue and don't know who to ask to solve it. Hopefully you can help me out.
My Raspberry Pi (no desktop environment)has access (write and read) to my Microsoft OneDrive directories via rclone already. Now my idea was to synch a directory…

CodeIsLaw
- 307
- 2
- 13