Comment on GitHub is no longer independent at Microsoft after CEO resignation
el_abuelo@programming.dev 1 day agoS3 seems like a really expensive way to backup personal data. Are you doing it to achieve the offsite backup?
I currently dont have an offsite and im weighing up having a NAS at my parents place.
GreenKnight23@lemmy.world 1 day ago
S3 is within my budget, but it can get expensive. and yes it’s my off site.
if I had someplace else I could trust like you mentioned I might do that but it’s just too much data to send.
my gitlab backups are around 80gb.
Tangent5280@lemmy.world 1 day ago
Hey have you considered lakefs based solutions for backups? I think you can set the retention rules up so that only backups upto so many months are retained and the rest are removed. That way only the diff in the backup files need to be uploaded.
GreenKnight23@lemmy.world 1 day ago
I have not, I’ll take a look. thanks.