101 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
48
views
how to set --exclude flag using HTTP API of rclone?
I'm trying to post a rclone sync equivalent to rclone sync pCloud:src /dest --checksum --exclude *.txt.
The following curl almost do the trick:
curl --location 'http://localhost:5572/sync/sync' --...
0
votes
0
answers
76
views
rclone can't write to a folder shared-with-me using a GCP service_account and google-drive-api
Overall goal: I'm trying to get a service-account script to write to our company's Google Drive. Currently trying to use rclone for writing files. Working backwards I got rclone working when logged in ...
0
votes
0
answers
25
views
Rclone Per-Transfer Log Files via REST API Not Working
I'm trying to set up per-transfer log files when using rclone via the REST API, but I can't get it to work. All logs continue to go to the global log file instead of individual transfer log files.
My ...
-1
votes
1
answer
197
views
Rclone Remote Connection Issues
Issue: rclone lsd ":ftp,host=usftp21.com,user=FTPTEST,pass=FTPTEST:"
2025年04月21日 16:46:22 NOTICE: Config file "/home/biouser/.config/rclone/rclone.conf" not found - using defaults
...
0
votes
0
answers
138
views
fsspec/s3fs rm followed by exists returns true
Why does fs.exists() sometimes return True even after deleting directories using fsspec/s3fs? Is there a reliable way to confirm directory deletion on Cloudflare R2 in python?
If I rclone lsf r2://...
0
votes
0
answers
184
views
OCIS WebDAV Large File Upload Requests Fails with rclone – Connection Closed by Remote Host
I have deployed ownCloud Infinite Scale (OCIS) (which has an s3 storage as a backend to store user files )in a Kubernetes cluster using Helm. The service is up and running, and I can successfully ...
0
votes
1
answer
99
views
Cross-Region S3 Copy with SourceClient Fails in Boto3 and AWS CLI on Scaleway
TL;DR
I have issues using boto3/aws cli to copy files between buckets that are in a different region (Note: I am using Scaleway as my cloud provider, not AWS).
I could not get it to work using boto3, ...
-1
votes
1
answer
55
views
Rclone Python error when computing Hashes: ValueError
I am using Rclone_python (https://pypi.org/project/rclone-python/) to create some basic backup scripts for my server.
On one of my scripts, with rclone set up and properly configured on both client ...
1
vote
0
answers
29
views
rclone.conf disappears after running rclone sync command
I am using rclone and I chose AWS as a test environment for a project requiring file synchronization between local devices and cloud. In the present scenario, files are synched between EC2 and S3.
The ...
0
votes
1
answer
515
views
rclone: howto exclude one specified directory AND every subdirectory with certain name
I have the following directory structure:
├───dir1
│ ├───subdir1
│ ├───subdir2
│ └───subdir3
├───dir1 2
│ ├───subdir1
│ ├───subdir2
│ └───subdir3
├───dir2
│ ├───dir1
│ ├───dir12
│ ├──...
0
votes
0
answers
80
views
Missing TTP header in rclone when copy files to AWS S3
I tried to use rclone to copy files from Alibaba Cloud OSS bucket to AWS S3 bucket. The command I used is
rclone copy -P ali-cloud:bucket001 aws-cloud:bucket001
However, I got this error messages.
...
-3
votes
1
answer
61
views
linux find in multiple directories limiting by MAX TOTAL SIZE
I have two directories in a 5TB HDD:
folderA
folderB
I need to rclone sync or rsync these two dirs in another HDD, but the storage is limited to 2TB.
So i decided to sync only the "newest"...
0
votes
1
answer
1k
views
Copy files from One S3 Bucket to another S3 Bucket
I have to migrate about 20 TB data from One S3 bucket to another S3 bucket where both are in separate accounts with separate vendors and I am not the owner in either of them.
I have been provided ...
2
votes
1
answer
145
views
Can't upload custom header for large file to Backblaze
I'm using rclone to upload a large file (~60Gb) to B2 storage. I also wanted to upload a custom header but it didn't work. It's worked fine if my file is small.
rclone --config rclone.conf --bwlimit ...
0
votes
0
answers
120
views
rclone confusing my bucket name with folder name?
I'm using laravel php artisan command to do a rclone copy of a sql database dump, however I'm getting the following error:
Failed to copy: s3 upload: 404 Not Found:
<?xml version="1.0" ...