Questions tagged [rclone]
22 questions
5
votes
1 answer
rclone copy symlinks as symlinks
I would like to use rclone to copy one local disk drive to another disk drink. Attempting:
rclone /Volumes/diska /Volumes/diskb
This fails with Can't follow symlink without -L/--copy-links.
The disk contents includes Final Cut Pro projects which…
William Entriken
- 2,304
4
votes
2 answers
Can't go into Google Drive directory mounted with rclone: "Transport endpoint is not connected"
ls -l shows:
ls: cannot access 'gdrive-root': Transport endpoint is not connected
total 42M
d????????? ? ? ? ? ? gdrive-root
Trying to re-mount with the command used initially also throws the same error:
$ rclone…
toraritte
- 1,128
4
votes
2 answers
Rclone: How to skip copying files if there is already of file with the same name?
I'm using rclone to copy a shared Google Drive folder, but I'm running into a problem: when copying the same folder to the same location over and over again, rclone creates new folders each time, each a duplicate to an existing folder in the folder.…
StarDust
- 241
- 1
- 2
- 10
2
votes
0 answers
Rclone Onedrive speed up sync
I am using rclone to sync my onedrive to my computer, however the time between me changing a file on another computer and it updating in rclone is a lot slower than normal. So i was wondering if there is a command or script available that will force…
2
votes
1 answer
Broken pipe on transfer from/to fedora system using rsync/rclone/scp
I'm trying to send some files with around 2GB to my home server running Fedora 36. On my Laptop, I have Pop OS! 22.04. Both are directly connected to my router via Ethernet.
Sadly, I'm getting errors which I cannot figure out how I get them fixed.
I…
MrMinemeet
- 141
- 6
1
vote
0 answers
rclone: how to backup and encrypt a directory tree to external disk?
Would someone familiar with rclone kindly outline a recipe to make rclone simply locally backup a source directory tree (i.e. not to a cloud destination), while encrypting each destination file e.g. using something like 7Zip ? I have been unable to…
Razzle
- 111
1
vote
0 answers
Mount or sync an S3 versioned bucket with rewind - back in time
Assuming I have an S3 versioned bucket (backed by Ceph), I would like to restore from it at a specific time. mcli has a --rewind feature that allows some operations to time-travel into the past taking advantage of the versions. Unfortunately, this…
Robert Cutajar
- 161
1
vote
1 answer
Permission issues when binding mounting a Fuse mount to a Docker container
Ok, I have an interesting one I could use everyones help on.
I am using "rclone mount" to mount a remote directory to my host (Ubuntu Server). I then want to use Docker Compose to set the remote mounted directory into a Docker container volume. I…
ATLChris
- 111
1
vote
0 answers
AzureAD/User is not able for logon in services
I am trying to run a service with AzureAD/User, but it is not letting me to add that user in below and run the service.
Service-Logon-configuration:
But it is showing me below error when I run service after.
Available users in the list to select…
Jayesh Desai
- 11
1
vote
1 answer
Is it possible to use persistent connections in rclone?
I am trying to use rclone to upload millions of small files to a storage provider. Using the default settings (--transfers 4) works fine, but it's a waste of the server bandwidth.
Each file is approx 1-2KB. My bandwidth is ~50MBps.
I tried using…
pkExec
- 300
1
vote
0 answers
rclone not replacing invalid characters when syncing to SD card
I'm using rclone to sync stuff to both Google Drive and my phone's SD card formatted as vFAT. I've created the test file named a*b?c: containing special characters that are in my music library. Copying that file to Drive works just fine but I can't…
0
votes
0 answers
user services don't start at login
Operating System: Kubuntu Noble (24.04.02 LTS)
I have 4 services that execute rclone mounts for ftp sites.
$ rclone config
Current remotes:
Name Type
==== ====
subdomain1.domain1.eu ftp
subdomain2.domain2.net …
Choqlatt
- 1
0
votes
2 answers
Can't Download Folders (Only Unorganized Files) From Google With Rclone
I'm trying to setup rclone to let me sync my remote Google Drive, and I've been able to configure everything successfully (once I downloaded a newer version of rclone; the Linux Mint version was out of date and didn't work).
By running:
rclone copy…
machineghost
- 1,296
0
votes
0 answers
How to remove file locally from rclone streamly mounted folder in Linux?
In Windows,there is an option like "remove file locally" in OneDrive or GoogleDrive client apps.
But in Linux I want to know whether there is an option same like that or not.
If it's possible; how can I remove file/folder locally (only from this…
1 JustOnly 1
- 99
0
votes
0 answers
Use rclone copy to upload files without preserving folder structure
I'm upload some files with this rclone command:
rclone copy --files-from files.txt / dropbox:main -P
rclone copy --files-from files.txt / dropbox:main -P --no-traverse
files.txt content:
/updates/file1
/updates/file2
When running the above command,…
rubStackOverflow
- 175