#Linux #RClone #astuce
Je me note ça là pour pouvoir le retrouver : utiliser RClone dans un script shell sans pré-configurer la connexion dans un "rclone config":
https://sebsauvage.net/links/?oFbJew
RClone sans config prélable - Liens en vrac de sebsauvage

@schlackenfuchs @cryptgoat @Datenpunks
Stimmt, Syncthing geht einfach reibungslos, da gibt es auch noch #BasicSync als alternative. Wenn du in den cloud sichern willst, könntest du mal auch #RoundSync (basierend auf den mächtigen #rclone projekt) probieren.

How to Generate a Full #VPS #Backup Using #rclone (Simple 3-Minute Guide)

This article provides a detailed step-by-step description of how to generate a full VPS backup using rclone.
What is rclone?
Rclone is a powerful open-source command-line tool for managing files on cloud storage services and local storage. You can think of it as kind of like "rsync" (the popular file-copying tool), but ...
Continued 👉 https://blog.radwebhosting.com/generate-a-full-vps-backup-using-rclone/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #onedrive #opensource #googledrive #disasterrecovery

Synkronisering af Cloud Drive på Linux

Jeg har flikket et script sammen som kan opsætte en service på Linux der synkroniserer dit Cloud Drive med et lokalt bibliotek. Det bruger en beta-test fun...

准备把大量的CBZ/EPUB/PDF格式的漫画从Backblaze迁移到Cloudflare R2,再同步到本地,一开始用的是CF R2迁移数据Super Slurper,backblaze无需下载传输费用,但是有很多文件和路径不兼容,导致很多文件没能完全迁移,还是得用Rclone从b2 sync到r2:

rclone sync b2:ComicOPSD r2:comics --transfers 8 --checkers 16 --progress --log-level INFO --log-file ~/rclone-sync.log

运行完之后,再清理下Super Slurper迁移产生的僵尸分片上传:rclone backend cleanup -o max-age=1h r2:comics

我感觉我要退坑Backblaze了(),iDrive e2作为存储或许会更好,至少不用为了省下一点流量费到处找免流办法

#Rclone #Cloudflare #Backblaze #Comics

Au final, je m'emmerde bien moins ainsi, en montant des stockages externes avec Nextcloud/WebDAV, qu'en synchronisant deux instances Nextcloud entre elles avec #rclone.

#Nextcloud #WebDAV

Want to upload a 5 GB file, but the Internet connection is slow, so it takes hours? Why not split the file, transfer it in multiple chunks in parallel and assemble it on the target machine?

split -n 10 file file.split # creates 10 files named xaa, xab, ... inside the folder file.split
rclone -P --transfers 32 --checkers 64 file.split :sftp,host=example.com,user=myuser:/path/to/dest/

On the target machine when completed:

cd /path/to/dest
cat file.split/x* > file

#bash #linux #rclone #network

A good tutorial how to use #rclone easily with especially for windows to #backup on an external drive crypted https://youtu.be/L87b6MMqSjw
RCLONE 101 - Encrypting Backups

YouTube

I managed to mount my drive to nautilus using rclone on Bluefin. Installed it via homebrew. Such a nice way of doing things.

#GNOME #rclone #Bluefin #Homebrew

Filen is Now Part of Official Rclone

After months of beta testing and community feedback, our rclone backend has been merged into the official rclone project. With the release of rclone v1.73, you can now use Filen directly with any standard rclone installation. No custom builds, no separate downloads. What is rclone? For those unfamiliar, rclone

Filen Hub