shadowbert avatar

shadowbert

@shadowbert@kbin.social
shadowbert,
shadowbert avatar

Not really... anything pre-internet has been pretty preservable.

shadowbert,
shadowbert avatar

My condolences :'(

I once lost a bunch of data because I accidently left a / at the end of a path... rsync can be dangerous lol

shadowbert,
shadowbert avatar

Sometimes you're hands are tied by the tools already on the server - but I'll try to remember to check to see if that's available next time.

shadowbert,
shadowbert avatar

Unraid, mostly due to the flexible arrays.

shadowbert,
shadowbert avatar

which also includes their free services

Well... their free services remain free regardless of your registrar. Still, I don't really mind supporting them given how useful they have been even in just the free tier.

shadowbert,
shadowbert avatar

like Google

Too soon. I mean, it was ages ago but...

shadowbert,
shadowbert avatar

Looks promising.
How would you feel about setting up automated pushes to docker?

shadowbert,
shadowbert avatar

3 billion of them. So, over a third of the population of earth does (at least according to this graphic).

shadowbert,
shadowbert avatar

I'm sure that really depends on the data.

If we're talking about stuff like family photos, then having it retrievable feels pretty reasonable to me.

shadowbert,
shadowbert avatar

There's that as well. Point is, it really depends on the data.

shadowbert,
shadowbert avatar

That's a very succinct rebuttal... I like it.

shadowbert,
shadowbert avatar

One of the features of pihole that has been handy is the ability to temporarily disable the block lists for a few minutes if necessary (such as for sites which load resources that are required from blocked domains, or unsubscribing from things often can be blocked).

Is this implemented somehow in leng?

shadowbert,
shadowbert avatar

I host some private stuff on mine, hidden behind an authentication service that is. But because I just use a wildcard no-one can really tell what I have hosted - the same login page occurs for every subdomain, regardless of whether it's actually wired up to something.

That doesn't help with services you wish to make semi-public (like a lemmy instance) though.

shadowbert,
shadowbert avatar

I'm using cloudflare as my DNS, and it's literally just:

  • Create an A record.
  • Set the name to *
  • Set the IP to the appropriate server
  • You may want to untick the proxy, depending on what you're hosting. If it's web stuff only it's fine, but if you're doing anything else as well it'll get in the way.

On the letsencrypt side, it's pretty similar. Create a certificate with domain.name and *.domain.name (if you want them to share a cert) and you're off.

shadowbert,
shadowbert avatar

I've never really understood why, seemingly universally, symmetric (or at least non-anemic upload plans) are completely unaffordable compared to "normal" plans (assuming they're available at all).

It truly sucks for stuff like this.

shadowbert,
shadowbert avatar

I'd definetly recommend GitLab too - but it's not lightweight.

shadowbert,
shadowbert avatar

Is there a way to have an ssh remote without borg installed on the target?

shadowbert,
shadowbert avatar

Makes sense - compromises like you say.

So in the context of unraid, do I just run the borgmatic container on both ends? Or should there be a specific 'server' one?

EDIT: I found borgserver. I'm pretty sure that's the correct one to use.

shadowbert,
shadowbert avatar

Could you mount a blank directory into docker, then use borg to mount the backups into that?

shadowbert,
shadowbert avatar

Is it normal for borg to nag for my password so many times?

80a8f8fc1129:/# borgmatic list
local: Listing archives
Enter passphrase for key /mnt/borg-repository: 
Enter passphrase for key /mnt/borg-repository: 
80a8f8fc1129-2023-11-08T14:54:25.535734 Wed, 2023-11-08 14:54:28 [5a6245718dcb7e7dfec023cf0a62f568a9714b0f27d7a422e97b44870e9ecfbd]
80a8f8fc1129-2023-11-08T14:55:06.056089 Wed, 2023-11-08 14:55:08 [bce2ae9ff5b58212993281c938eb6812fe706bb1b62b80e40a32d38179f3b86c]
80a8f8fc1129-2023-11-08T14:55:24.704310 Wed, 2023-11-08 14:55:28 [7793ab62dac221d3b90434c19e0c44f917c9caedbc6250b71c86c78327348539]
80a8f8fc1129-2023-11-08T15:01:25.862051 Wed, 2023-11-08 15:01:28 [b1c83dc0ccd3d04ddfcb7d39358e8978f93a705b792105ef9c0389faf6d6e387]
80a8f8fc1129-2023-11-08T15:02:25.774879 Wed, 2023-11-08 15:02:28 [fe74cdf86dceea5a21d5305e3314733adf31d5cfe3d63e934381cec2176e59c2]
80a8f8fc1129-2023-11-08T15:02:31.879678 Wed, 2023-11-08 15:02:38 [9a2189207aa475ac866a4f7aa62d6d3c83ae53bd008dd4240de2b4277554620e]
local: Listing archives
Enter passphrase for key /mnt/borg-repository: 
Enter passphrase for key /mnt/borg-repository: 
80a8f8fc1129-2023-11-08T14:54:25.535734 Wed, 2023-11-08 14:54:28 [5a6245718dcb7e7dfec023cf0a62f568a9714b0f27d7a422e97b44870e9ecfbd]
80a8f8fc1129-2023-11-08T14:55:06.056089 Wed, 2023-11-08 14:55:08 [bce2ae9ff5b58212993281c938eb6812fe706bb1b62b80e40a32d38179f3b86c]
80a8f8fc1129-2023-11-08T14:55:24.704310 Wed, 2023-11-08 14:55:28 [7793ab62dac221d3b90434c19e0c44f917c9caedbc6250b71c86c78327348539]
80a8f8fc1129-2023-11-08T15:01:25.862051 Wed, 2023-11-08 15:01:28 [b1c83dc0ccd3d04ddfcb7d39358e8978f93a705b792105ef9c0389faf6d6e387]
80a8f8fc1129-2023-11-08T15:02:25.774879 Wed, 2023-11-08 15:02:28 [fe74cdf86dceea5a21d5305e3314733adf31d5cfe3d63e934381cec2176e59c2]
80a8f8fc1129-2023-11-08T15:02:31.879678 Wed, 2023-11-08 15:02:38 [9a2189207aa475ac866a4f7aa62d6d3c83ae53bd008dd4240de2b4277554620e]
80a8f8fc1129:/# 

Context: I have 2 config files, as I would prefer to have each app I want backed up in a separate config if reasonable. I don't have a remote setup yet - it's just using a local repository.

shadowbert, (edited )
shadowbert avatar

I missed that part in the docs - thanks. Now it's working way better. Thanks heaps - I'm going to trial this alongside my duplicati for a bit (as I've heard a few too many horror stories about duplicati...)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • tester
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • Youngstown
  • vwfavf
  • rosin
  • slotface
  • everett
  • InstantRegret
  • PowerRangers
  • kavyap
  • tsrsr
  • DreamBathrooms
  • Leos
  • Durango
  • hgfsjryuu7
  • cisconetworking
  • modclub
  • ethstaker
  • khanakhh
  • tacticalgear
  • mdbf
  • osvaldo12
  • normalnudes
  • GTA5RPClips
  • cubers
  • anitta
  • All magazines