Yes.
Comment on Backblaze B2 vs other storage providers to store legally ripped media
MigratingtoLemmy@lemmy.world 9 months agoCan I do incremental backups with rclone whilst encrypting it?
eclipse@lemmy.world 9 months ago
scrubbles@poptalk.scrubbles.tech 9 months ago
Yes, that’s how I do backups
MigratingtoLemmy@lemmy.world 9 months ago
Do you create one large binary blob or do you encrypt each file separately?
scrubbles@poptalk.scrubbles.tech 9 months ago
separately, that’s how I can maintain partial backups. The rclone crypt stuff is good at keeping track on huge amounts of files quickly
MigratingtoLemmy@lemmy.world 9 months ago
Thanks, I’ll take a look
solrize@lemmy.world 9 months ago
Idk about rclone but you can do that with Borg backup.
alibloke@feddit.uk 9 months ago
Borg is a great tool, you should check it out
maiskanzler@feddit.de 9 months ago
But Borg does not work with object storage, it needs a borg process on the receiving side.
LaggyKar@programming.dev 9 months ago
Another alternative then would be Restic. That’s what I’m using for backups