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
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
https://friendica.dk/display/fcc8f939-1269-c99f-d5d8-3bd742648246
准备把大量的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作为存储或许会更好,至少不用为了省下一点流量费到处找免流办法
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.
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


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