Questions tagged [rclone]
98 questions
8
votes
1 answer
aws s3 sync vs rclone vs something else?
I need upload my incremental backups ~250 tb to my aws s3 bucket.
Average file weight ~ 1 gb
Also a lot of files ~ 30 mb
Which tool is better to use for this task?

Diamon
- 180
- 2
- 9
3
votes
1 answer
How to mount a FUSE-based filesystem on docker container running on AWS?
I need to mount a FUSE-based filesystem (using rclone) on a docker container that must be executed on AWS ECS Fargate.
I have no problem running the container locally using the following command:
docker run --rm --device /dev/fuse --cap-add…

Andrea Del Corto
- 151
- 12
3
votes
1 answer
rclone - How do I list which directory has the latest files in AWS S3 bucket?
I am currently using rclone accessing AWS S3 data, and since I don't use either one much I am not an expert.
I am accessing the public bucket unidata-nexrad-level2-chunks and there are 1000 folders I am looking at. To see these, I am using the…

David
- 605
- 2
- 14
- 44
3
votes
1 answer
Why can't I acces my NAS drive with rclone?
I am trying to access my NAS drive with rclone:
rclone check C:\Some_local_folder "N:\"
where N:\ is my NAS drive. However, I can't seem to access my NAS in this way:
2020-06-18 20:24:25 ERROR : file.jpg: File not in Local file system at…
user4028648
3
votes
1 answer
Using rclone mount in Heroku?
I tried to use rclone mount in Heroku dyno, but it doesn't seem to work because there is no fusermount. And I found this, a fuse buildpack for heroku, and it doesn't work too.
I went into dyno's bash by heroku run bash, and entered these commands
#…

3142 maple
- 865
- 2
- 11
- 27
3
votes
2 answers
config rclone to support diffie-hellman-group-exchange-sha256 diffie-hellman-group-exchange-sha1
Some quick background. I use rclone to transfer data to a SFTP server. rclone is written in Golang and uses lib crypto under the hood. When we try to establish ssh connection to SFTP server, we get the error message
couldn't connect SSH: ssh:…

fuyi
- 2,573
- 4
- 23
- 46
2
votes
0 answers
Gnome terminal keeps crashing on Ubuntu 22.04 where to find log?
All Gnome terminals keeps crashing randomly on Ubuntu 22.04, all scripts running on them crushed.
Did sudo apt update and sudo apt upgrade but the problem persists
I would like to know where to find log?
This sometimes occurred when I upload files…

God of Money
- 31
- 5
2
votes
1 answer
How to use rclone to download data from S3
I have a quick question on rclone.
I am trying to download data from tradestatistics.io, where it gives a sample code for downloading:
rclone sync spaces:tradestatistics/hs-rev1992-visualization hs-rev1992-visualization
My question is that how to…

Humoyun Usmanaliyev
- 35
- 1
- 7
2
votes
2 answers
How to rclone copy only .png files under a directory?
I have lots of files under dir1/ in the server.
I want to copy all the png files under dir1/*.png to google drive.
However
rclone copy dir1/*.png gdrive:dir2/
gives error.
Usage:
rclone copy source:path dest:path [flags]
Flags:
…

burcak
- 1,009
- 10
- 34
2
votes
1 answer
RCLONE : Invalid 'access_token' with pCloud
I'm trying to use rclone with pCloud storage service.
I have folowed these steps:
https://rclone.org/pcloud/
https://rclone.org/remote_setup/
The configuration file looks this at the end of the process:
[remote]
type = pcloud
token =…

TooNetCreation
- 159
- 1
- 3
- 17
2
votes
1 answer
scheduling a bat file which uses rclone
I made a .BAT file which looks like this:
cd "C:\Portable Apps\rclone"
rclone mount Test: X:
What this does is mount a cloud storage location to my "X" drive. When I am double clicking this batch file everything works properly, but when I try to…

AwesomeVk47
- 73
- 1
- 5
2
votes
2 answers
How to calculate Google Drive folder size (space used) using RCLONE?
Google Drive does not give you a break down of each folder size individually, so when getting close to the limit of storage, it would be nice to know which folders are taking up the most space.
How can I use rclone (rclone.org) to get the size of a…

jsherk
- 6,128
- 8
- 51
- 83
1
vote
0 answers
rclone sync: how to exclude a subdirectory with a certain name
I want to exclude a certain subfolder name during sync process as that subdirectory can be stored in different directories.
I tried with this command but it seems it doesn't work as that folder name is not in the root.
rclone --exclude…

Andrea
- 103
- 8
1
vote
0 answers
setting up rclone config programmatically with a batch file
I am trying to simplify the rclone config with a batch file so that an end-user does not need to use the command line at all. I want that an end-user only enters the login details to browser window that rclone config opens during the config…

Tom
- 6,725
- 24
- 95
- 159
1
vote
0 answers
Why did crontab fail to show my rclone copied data in my desired destination directory
I have written a bash script to copy a complete directory between two remotes which worked perfectly (i.e. I can see the folder I copied to my desired destination) when I use sbatch command on it. However, when I set this to crontab, it doesn't show…

adeshina Ibrahim
- 51
- 6