zaphod@sopuli.xyz to Technology@lemmy.worldEnglish · 2 个月前GitHub is no longer independent at Microsoft after CEO resignationwww.theverge.comexternal-linkmessage-square208linkfedilinkarrow-up11.17Karrow-down14cross-posted to: technology@lemmit.onlineopensource@jlai.luhackernews@lemmy.bestiver.se
arrow-up11.16Karrow-down1external-linkGitHub is no longer independent at Microsoft after CEO resignationwww.theverge.comzaphod@sopuli.xyz to Technology@lemmy.worldEnglish · 2 个月前message-square208linkfedilinkcross-posted to: technology@lemmit.onlineopensource@jlai.luhackernews@lemmy.bestiver.se
minus-squareMangoholic@lemmy.mllinkfedilinkEnglisharrow-up1·2 个月前Meaning you have your own machine to host on or how does it work?
minus-squareGreenKnight23@lemmy.worldlinkfedilinkEnglisharrow-up2·2 个月前yes. I have a rack in my basement and host gitlab out of one of my servers. it’s available over LAN or VPN. nightly backups to a nas and weekly syncs to S3.
minus-squareel_abuelo@programming.devlinkfedilinkEnglisharrow-up2·2 个月前S3 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.
minus-squareGreenKnight23@lemmy.worldlinkfedilinkEnglisharrow-up3·2 个月前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.
minus-squareTangent5280@lemmy.worldlinkfedilinkEnglisharrow-up2·2 个月前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.
minus-squareGreenKnight23@lemmy.worldlinkfedilinkEnglisharrow-up2·2 个月前I have not, I’ll take a look. thanks.
Meaning you have your own machine to host on or how does it work?
yes. I have a rack in my basement and host gitlab out of one of my servers.
it’s available over LAN or VPN.
nightly backups to a nas and weekly syncs to S3.
S3 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.
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.
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.
I have not, I’ll take a look. thanks.