For those using VPS services, how do you go about keeping your data backed up?
youRFate @ youRFate @feddit.de Posts 0Comments 102Joined 2 yr. ago
youRFate @ youRFate @feddit.de
Posts
0
Comments
102
Joined
2 yr. ago
Daily backup using Restic to wasabi s3.
Restic already speaks s3 natively, no need to mount it or anything, just point it at a bucket and hand it an api key.
You can use an api key that’s only allowed to read and write, but not delete / modify, so you’ve got some protection from ransomware.