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.social #opensource #onedrive #disasterrecovery #googledrive

After I started using #RClone to mount my cloud drives instead of whatever bloated sync software they want you to download, it's been a, ahem, GAME CHANGER! :) I put game changer in there because tech loves silly little weird CEO buzzwords like that so this toot will get all the boosts. Docs are at https://rclone.org/install/
Install

Rclone Installation

Rclone

@jcm I would guess that #RClone might be a good place to start. It handles pretty much any cloud storage you can think of and can recover from interruptions and such.

Glancing at hetzner's site I'd say the rsync protocol would be best considering it also supports incremental transfer in case of interruption

Rsync vs RClone is kinda confusing, not sure if there's actually any overlap or just used for different things 🤔

Nick Craig-Wood released #Rclone version 1.73.4. https://rclone.org/downloads/
Rclone downloads

Download rclone binaries for your OS.

Rclone

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.social #opensource #googledrive #onedrive #disasterrecovery

#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