Live data from Hacker News

Encrypted back up to SMB and Proton Drive with rclone

0ut3r.space

1–6 of 6 posts

Re: Encrypted back up to SMB and Proton Drive with rclone

#4
rclone is amazing!

May I ask why you went from a wrapper around restic to rclone and not to restic? My understanding is that rclone doesn't make snapshots, does it?

I use restic (with rclone), which encrypts and handles snapshots automatically. It doesn't work with a pgp key, though, I use a password.

Re: Encrypted back up to SMB and Proton Drive with rclone

#5
post #4

rclone is amazing! May I ask why you went from a wrapper around restic to rclone and not to restic? My understanding is that rclone doesn't make snapshots, does it? I use restic (with rclone), which encrypts and handles snapshots automatically. It doesn't work with a pgp key, though, I use a password.

If you want backup, restic is the way to go. Rclone sends your files, it’s not a backup tool. I think it has some kind of versioning, not really a backup feature.

Re: Encrypted back up to SMB and Proton Drive with rclone

#6
post #5
post #4

rclone is amazing! May I ask why you went from a wrapper around restic to rclone and not to restic? My understanding is that rclone doesn't make snapshots, does it? I use restic (with rclone), which encrypts and handles snapshots automatically. It doesn't work with a pgp key, though, I use a password.

If you want backup, restic is the way to go. Rclone sends your files, it’s not a backup tool. I think it has some kind of versioning, not really a backup feature.

Which is why I ask, since the article is about backups :-)