hamsda

joined 3 months ago
[–] [email protected] 1 points 1 month ago

you can run the open source control plane called Headscale instead of relying on Tailscale’s (the company) free service tier

Ah, that sounds more interesting. I still have time until I buy everything, there's still going to be a lot of research, especially with all the ideas and feedback people have given me in this thread.

I'll definitely try it, thanks!

[–] [email protected] 2 points 1 month ago

Not sure if it checks all the boxes perfectly, but if not it is probably as close as youll find ready-made

That's a good point. To have cohesion and good integration, some sacrifices have to be made. This seems better than having 20 independent services working with (and sometimes probably against) each other.

[–] [email protected] 2 points 1 month ago

Thanks for the heads-up! Those sound like acceptable problems, as long as they're temporary and my data is safe.

[–] [email protected] 2 points 1 month ago (7 children)

Google is evil but I know that GDrive has pretty low prices on data storage [...] Don’t forget to encrypt everything when uploading to these services!

That is what I am hoping for :) My free Google account grants me 15GB of online storage and my free Microsoft account provides me with another 5GB. The 15 GB should be enough for encrypted photo backups, while 5GB definitely is enough for encrypted calendar, contact and probably some document backups. I just need to find a way to automate backups to these.

based in the USA, priced at 3$/TB/month

If I am going to pay money for something and with how the world currently is, I'm going to use some EU based service. My only VPS resides at hetzner, if the need arises I will probably just add a storage volume to my VPS or upgrade it to the next tier.

[–] [email protected] 10 points 1 month ago (1 children)

The filter criteria on geizhals are so far superior to amazon (at least for computer and tv stuff), it's not even funny anymore.

Plus, you can filter for "item is physically present in shop", so you can just look up what you want and then go there and get it yourself, no need for same-day-delivery.

[–] [email protected] 1 points 1 month ago

Up to personal preference if you trust a fork for this work

I see 3600 stars and I guess that's kinda trustworthy :) I also do like some of the enhancements listed on the github page. I'll try it, thank you very much!

[–] [email protected] 1 points 1 month ago (1 children)

Then I give praise to you, for you are more prepared than any other individual I personally know of and even some smaller companies I had worked with.

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago)

Okay so not critical, just mildly inconvenient if lost.

I wouldn't put it at "mildly inconvenient", as the photos I could lose can never be restored. Most of the other things can. I'd be really sad if I lost all the photos, but it wouldn't threaten my existence in any way.

I'm sorry, I should have specified in more detail what I meant by "critical".

It's not life-threatening, it's just critical to me. It's kinda like "my priciest possession" could mean a yacht or a half-dead car, depending on the context.

[EDIT]

a disk failure is probably the most likely failure scenario. Corruption is the second most likely

Yes, these are things that are 100% going to happen at some point. I cannot guarantee theft, floods, earthquakes or anything like that, but hardware degrades with time and use, so at some point things are going to fail.

[–] [email protected] 1 points 1 month ago

Not make or break by any means

That's great to hear. I can always buy better hardware later and first test if things run with what I already have. I don't like to have my IT wasting in some drawer.

Thank you for your advice!

[–] [email protected] 1 points 1 month ago (2 children)

tailscale with headscale over openvpn

Is a vpn inside a vpn really improving security at all? Or is there a different reason to use tailscale inside a vpn?

[–] [email protected] 0 points 1 month ago (1 children)

I assume you basically want protection against disasters, but not high uptime. (E.g. you likely can live with a week of unavailability if after a week you can recover the data.)

Exactly. These are not business-data, but my personal data. No money or absolutely necessary thing is lost if I lose all of that.

The key is about proper backups.

Thanks to other commenters I realized, I can just export contacts, calendar events and photos every night to some on-disk location and back them up somewhere offsite. This would probably be a few GB only. The other ~1.5 TB of data is stuff like movies, music, old games that I'd probably never get anywhere else etc. My data is not life-threatening. It's just "critical" to me.

Via google I found that you can export your calendars via a URL, so I my current backup plan is this:

  • daily backup from onsite-hypervisor to onsite-backup server (all VMs and all data)
  • daily export of calendar and contacts
  • backup calendar, contacts and photos to offsite-location

This way, I'd still be compliant to the 3-2-1 rule (just not for all my data), while saving quite some money on the offsite data storage.

As you are already using nextcloud, could you verify if exporting calendars and contacts work with these 2 URLs?

# calendar export
https://${NEXTCLOUD_URL}/remote.php/dav/calendars/${NEXTCLOUD_USER}/${CALENDAR_NAME}/?export

# contacts
https://${NEXTCLOUD_URL}/remote.php/dav/addressbooks/users/${NEXTCLOUD_USER}/contacts/?export

This is the command used in this tutorial. The website is in german, scroll down for bash, python, nodeJS and windows powershell examples.

curl -L -J -O -u "$username:$password" "$downloadLink" --create-dirs -o "./$(basename "$url")"

my Nextcloud server is running in a datacenter. Every week I run a backup to a USB drive that I keep in a third location.

If you don't mind me asking, how much are you paying for your datacenter server and the third location?

[–] [email protected] 1 points 1 month ago (2 children)

you can’t seem to restrict people commenting on a file you shared

That's okay. My circle of friends I'd share files with is not all too big. So everything stays between a few people anyway.

Nextcloud often updates and sometimes breaks small things

Does breaking stuff happen often? I plan to use the docker image nextcloud:stable-fpm in the hopes of bypassing some bugged releases.

view more: ‹ prev next ›