Questions tagged [rclone]

Rclone is a command line program to sync files and directories to and from different storage systems and the local file system.

21 questions
3
votes
2 answers

How to delete all files in remote directory with rclone?

I use rclone with Ubuntu 12.04 to upload files from server to Google Drive. Everything works fine, but I can not figure out, with what command I can delete all files in directory. I have a remote called gdrive. I tried using empty…
Mike
  • 5,551
  • 10
  • 39
  • 60
2
votes
1 answer

Can I use the drive URL to copy a folder with rclone?

Rather than navigate through the folder structure I'd find it easier to just use the drive URL that I could copy from - for example Firefoy. Like this: rclone copy https://drive.google.com/drive/u/1/folders/some_id_from_gdrive . Is it possible? or…
simone
  • 261
  • 1
  • 2
  • 7
2
votes
2 answers

How to make fast read/write access for rclone synced directory?

I want to sync my Google Drive directory with local directory and after some research I concluded that rclone seems to fit my needs, but I still can't figure out some nuances. As for now, I managed to create connection and mount directory by the…
Divelix
  • 151
  • 3
2
votes
4 answers

Google Drive in Ubuntu with full local copy

From OneDrive (Windows) or GoogleDrive (Windows) I am used to much more than I currently have in Ubuntu. The built-in GNOME Online Accounts is not what I want. I've also tried other clients but all do not copy the whole Workspace locally, rather…
2
votes
1 answer

How to use RCLONE with CRON

I have a script in a user folder that works successfully when run manually. But I cannot get it to work when run via the user cron (edited via crontab -e). There are web posts elsewhere by others who have the same problem, but I do not understand…
user824808
  • 299
  • 1
  • 3
  • 15
0
votes
0 answers

LS in directory does not return in certain directories

I've got a Duplicati installation pushing to a remote SSH server. This server has a FUSE connection to Mega (I know duplicati has Mega support, but Duplicati stores the password in plain text and Mega doesn't support other authentication methods, so…
J-Cake
  • 175
  • 2
  • 9
0
votes
0 answers

Multiple remotes in rclone configuration file(s)

After reading rclone's documentation I can see you add a remote like this #normal space [my-first-space] type = s3 env_auth = false access_key_id = XXXXXXXX secret_access_key = XXXXXXXX endpoint = fr1.digitaloceanspaces.com acl = public-read I want…
gabogabans
  • 153
  • 3
0
votes
0 answers

Mounting OneDrive without Microsoft Account

I am trying to mount a OneDrive so that we can easily back up data files to a cloud server. Our databank is somewhat large (10TB) so we wanted to store it on our lab's OneDrive. I followed the OneDrive RClone mounting tutorial described in these…
0
votes
0 answers

How to solve: curl: (23) Failure writing output to destination

I am really new to Ubuntu (22.04.1 LTS) and I would like to install Rclone using the command described in their installation page: https://rclone.org/install/ sudo -v ; curl https://rclone.org/install.sh | sudo bash -s beta Unfortunately I get the…
Earendil
  • 11
  • 1
  • 3
0
votes
0 answers

What’s the recommended way of mounting with rclone in on Ubuntu Desktop

I want to configure an encrypted rclone mount on a Linux desktop system for a backup solution (probably PikaBackup installed via Flatpak) that stores on a cloud storage. The storage could be mounted on demand (i.e. when PikaBackup tries to access…
alexanderadam
  • 909
  • 1
  • 8
  • 23
0
votes
2 answers

Save files on local storage from rclone (OneDrive)

I have set up rclone for OneDrive. However, I can only access it online. Since I have to work offline quite a bit, I need to access the files offline. In Windows, I can just select that I want to save the files locally. (Meaning they end up in…
LightJack05
  • 353
  • 2
  • 3
  • 7
0
votes
1 answer

How to install rclone in Ubuntu without root?

I read from https://unix.stackexchange.com/questions/638885/onedrive-on-linux-without-root that I can install rclone without root by following https://rclone.org/install/#linux-installation-from-precompiled-binary I ran the 1st 3 lines curl -O…
Kong
  • 1,151
  • 7
  • 32
  • 60
0
votes
1 answer

One Volume Did Not Go DST with the rest of the system

I have one 8TB USB-mounted drive (exfat) on an Ubuntu 20.04 server. The files on there seem to have stayed an hour behind. This is giving various rsync and rclone jobs quite a workout! Any ideas from the community how this happened, and how to…
DavidF
  • 178
  • 1
  • 12
0
votes
0 answers

Configure route metric of tunnel using Netplan

Under Ubuntu 20.04 LTS focal I previously configured a net64 tunnel to use the HE-IPv6 service. Below is my config: . ├── 50-cloud-init.yaml └── 51-he-ipv6.yaml # 50-cloud-init.yaml network: version: 2 ethernets: ens3: …
KInGcC
  • 101
  • 1
0
votes
0 answers

Accessing Google Drive Using Rclone & Rclone Browser

I setup Rclone & Rclone Browser on my computer and everything works. The problem is, it is very slow. It seems that my computer runs fine until I try to do something that requires the use of Dolphin. Dolphin is slow to load and navigate through.…
1
2