Skip to main content

Questions tagged [rclone]

The tag has no usage guidance.

rclone
0 votes
0 answers
16 views

Ansible docker_plugin install failing playbook if plugin exists

Wanting to automate my docker volume rclone plugin (see: https://rclone.org/docker) install and volume creation with ansible. Typically with cli you would install the plugin with: docker plugin ...
lebowski89's user avatar
0 votes
1 answer
47 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 │ ├──...
Mattia72's user avatar
  • 945
0 votes
0 answers
28 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. ...
Jay J's user avatar
  • 61
-3 votes
1 answer
35 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"...
blastbeng's user avatar
  • 191
0 votes
0 answers
27 views

Cloning virtual machine to rclone mount point

I am using Koofr storage provider with rclone and want to clone VirtualBox virtual machine to it. When I tried it for first time it failed and I received this error in rclone log: 2024/04/18 13:38:49 ...
Tians's user avatar
  • 483
0 votes
0 answers
13 views

How to make rclone copy work like shell cp

If I do: cp -r dir_a dir_b dir_dest dir_a and dir_b are created on dir_dest and all files are copied "properly". However if I do this with rclone: rclone -v copy dir_a dir_b spaces:...
Nick's user avatar
  • 10.4k
0 votes
1 answer
383 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 ...
Sailesh Parajuli's user avatar
2 votes
1 answer
51 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 ...
Thong Nguyen's user avatar
0 votes
0 answers
69 views

How can I configure an rclone remote for a google drive using the app password for authentication rather than OAuth2

I have an rclone remote that authenticates using OAuth2, as a backup I'd like another one that doens't rely on OAuth2 but uses the google app password. rclone --version rclone v1.66.0 os/version: ...
Tony's user avatar
  • 103
0 votes
0 answers
31 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" ...
gabogabans's user avatar
  • 3,465
0 votes
0 answers
82 views

Decrypting a rclone backup locally

I am using TrueNAS Cloud Sync Tasks to backup to Backblaze B2 nightly. I have the files set to be encrypted, but not filenames. Backblaze is configured to keep versions of the files. Restoring the ...
kaybie's user avatar
  • 1
0 votes
0 answers
66 views

S3 as a drive using rclone

I want to setup s3 as a network drive for my ec2 instance using rclone in my windows ec2 instance but it is not working for every user in my windows server I tried with any other user but the service ...
Anurag Jha's user avatar
0 votes
0 answers
59 views

How to call the variables from the config file in rclone copy command

I want to copy my files into s3 storage using rclone. Here is my config file: [dt] type = s3 provider = Other endpoint = https://s3.xx.com remote_directory = /work/data access_key_id = XX ...
kitchenprinzessin's user avatar
-2 votes
2 answers
418 views

Setting up rclone bisync

I'm setting up rclone to bisync a local folder to GoogleDrive. It's up and running and I can mount GoogleDrive in a folder. I've already copied the contents of my GoogleDrive into the folder that I ...
Richard Barraclough's user avatar
0 votes
2 answers
65 views

Hoving IBM-Cloud bucket from one instance to another (both on the same account or each on a distinct account )

I want to move a IBM cloud bucket from one Object storage instance to another. The destination instance may be on the same accoun ot on another account. Is it possible to do it by transfering ...
Cumali Türkmenoğlu's user avatar

15 30 50 per page
1
2 3 4 5
7