#rclone
Slowly but steadily getting everything off my Google Drive and on a personal and a work NextCloud instance (managed hosting in Germany at Hetzner).

That is some huge effort (though rclone helped), but I'm trying to reduce my footprint on US services as much as I can.
March 4, 2025 at 6:33 PM
rclone is such a handy tool
December 1, 2025 at 5:44 PM
This saved me 5 gigs. I used rclone to clear it up.

This will delete all files older than a day if you have s3 setup

rclone delete rclone_remote:bucket_name/tmp --min-age 1d -n

for local files it's
rclone delete /pds/blocks/tempt --min-age 1d -n

-n is for a dry run test first, remove to delete
January 15, 2026 at 2:22 PM
Rclone is great.
December 10, 2024 at 12:19 AM
rclone is not exactly niche for what it is but i feel like it is incredibly underrated. i was just using the rclone serve subcommand to serve an encrypted remote over sftp. that combined with tramp in emacs made it so i could directly navigate and edit encrypted files on a remote system 🤯
December 3, 2025 at 6:12 PM
Vou usar Rclone para mandar tudo pro servidor, criptografado (por mim, não pela AWS). Vai ficar bem simples e super seguro.

Depois posto pra contar se deu certo. O Rclone já funcionou com o S3.

...
June 17, 2026 at 11:00 AM
They harp on about how it streams files like you literally can’t just use rclone to do that
September 25, 2026 at 8:40 PM
"Dovtedy sa rôzne cloud riešenia skúšajú, až človek zakotví pri Rclone."

~Slovenské prislovie
March 31, 2025 at 2:51 PM
Automates encrypted backups and replication across storage destinations using Restic and Rclone.
September 23, 2026 at 4:46 AM
rclone is an insanely good piece of software
November 20, 2024 at 10:14 AM
in case u ever want to back up a rocks database to object storage,
- tigrisfs bad
- aws mountpoint sob
- rclone mount yea:

rclone mount <name>:<bucket> <mount dir> --cache-dir <cache dir> --vfs-cache-mode writes

point rocks’ backup utility output at <mount dir>

ps. cache dir needs a lot of space
November 29, 2025 at 2:53 PM
Petit truc pour trouver un fournisseur #Cloud compatible #Linux
Vous allez chez #rclone et vous verrez une liste de fournisseurs (les 2liens ici)

A vérif :
si c toujours compatible,
par ex, pour #ProtonDrive c fini.
Et si c chiffré de bout en bout (indispensable)

https://rclone.org/#providers
Rclone
Rclone syncs your files to cloud storage: Google Drive, S3, Swift, Dropbox, Google Cloud Storage, Azure, Box and many more.
rclone.org
September 22, 2026 at 6:33 AM
RClone - Website
"Rclone is a command-line program to manage files on cloud storage. It is a feature-rich alternative to cloud vendors' web storage interfaces. Over 70 cloud storage products support rclone including S3 object stores, business &"...

rclone.org

====
#librecanada #linux #opensource
Rclone
Rclone syncs your files to cloud storage: Google Drive, S3, Swift, Dropbox, Google Cloud Storage, Azure, Box and many more.
rclone.org
May 3, 2026 at 3:20 PM
god bless rclone
March 31, 2026 at 2:52 AM
CVE-2026-79782 - rclone
The rclone tool (versions before 1.74.4) can mistakenly include an AWS security token in requests that are redirected from a secure HTTPS link to an unencrypted HTTP link on…

Too many irrelevant or confusing CVEs? Use stackflag.com

#rclone #debian #Debian11 #CVE #infosec
CVE-2026-79782: rclone up to 1.74.3 may leak AWS token
The rclone tool (versions before 1.74.4) can mistakenly include an AWS security token in requests that are redirected from a secure HTTPS link to an.
stackflag.com
September 25, 2026 at 2:30 PM
Rclone v1.69.0 has been released!

Highlights:

• New providers: ICloud Drive, Cloudinary, Outscale, Selectel
• Symlink support for mount
• Many more features, fixes and doc updates!

Announcement:
forum.rclone.org/t/rclone-v1-...
Rclone v1.69.0 release
Rclone 1.69.0 has been released. Find it in the rclone downloads or use rclone selfupdate to upgrade. Some highlights of the release: New backends ICloud Drive Cloudinary New S3 providers: Outsc...
forum.rclone.org
January 12, 2025 at 4:23 PM
I was checking some stuff on my seedbox this morning and now my wife is asking why I just pumped my fists and roared "CRIME!"
June 7, 2025 at 5:54 PM
setup restic and rclone on my steamdeck for backups

much overdue tbh
December 29, 2025 at 9:19 PM
If something is able to do it, then rclone: rclone.org/dropbox/
rclone.org/protondrive/
Dropbox
Rclone docs for Dropbox
rclone.org
January 27, 2026 at 11:13 AM
several folks have suggested looking into rclone which has iCloud support — will check this out and report back!
rclone seems to support iCloud - rclone.org/iclouddrive/

Perhaps that may work for you?

I have tried it with OneDrive and Google drive and it worked seamlessly (see steps here ann-dailybits.netlify.app/bits/rclone-...)
iCloud Drive
Rclone docs for iCloud Drive
rclone.org
April 14, 2025 at 7:24 PM
Tonight's degoogle pipeline summed up in Google searches:

"rclone how to set up google drive"
"insync google drive"
"google drive alternatives"
"how to set up a nas"
February 4, 2025 at 1:45 AM
i combined it with rclone and it genuinely just works like a local filesystem
dark.ski Dark @dark.ski · Dec 8
im installing copyparty to replace nextcloud because i got tired of nextcloud breaking itself
December 8, 2025 at 5:55 PM