There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

kbin.life

SplashJackson , to nostupidquestions in What the hell even is Diet Coke?

It’s mostly molasses and baby shite.

anzo , to selfhosted in community hosted backups

Syncthing. Look no further, just check the “untrusted device” so that you don’t give unencrypted data to your friend’s disk.

Anonymouse OP ,

I wasn’t aware of the untrusted setting. That sounds like a good option.

Dark_Arc ,
@Dark_Arc@social.packetloss.gg avatar

Syncthing is not a backup tool and may very well destroy all your data on its own (though this is rare).

Anonymouse OP ,

I have local incremental backups and rsync to the remote. Doesn’t syncthing have incremental also? You have a good point about syncing a destroyed disk to your offsite backup. I know S3 has some sort of protection, but haven’t played with it.

Dark_Arc ,
@Dark_Arc@social.packetloss.gg avatar

They do have versioning: docs.syncthing.net/v1.27.7/users/versioning

Of course, you actually have to use that, it has to work, and you have to have a strategy for reverting the state (I don’t know if they have an easy way to do that – I’ve never used the versioned side of things).

I have had some situations where Syncthing seems to get confused and doesn’t do its job right. I ran into this particularly with trying to sync runelite configurations and music. There were a few times I had to “force push” … and I vaguely recall one time where I was fighting gigs of “out of sync” in both directions on something and just destroyed the sync and rebuilt it to stop … whatever it was doing.

Don’t get me wrong, it’s a great tool for syncing things between computers; but I would not rely on it for backup (and prefer having a backup solution on top of the synced directories). There are real backup tools out there that are far better suited to this sort of thing. I suggested Kopia, you should get some integrity checking using its builtin sync (as it won’t be able to figure out what to sync if your origin is corrupted); you won’t get that with a straight up rsync or a syncthing, they’re not application-aware enough to know they’re about to screw you over.

Restic has a similar feature but I’ve always found Restic’s approach much more frustrating and not-at-all friendly for anyone less than a veteran in systems administration. Kopia keeps configuration in the repository itself, has a GUI for desktop use that runs jobs for you automatic, automatically uses the secrets manager appropriate for your operating system, etc … Restic you kind of have to DIY a lot of basic things and the “quick start tutorial” just kinda ignores these various concerns.

Even if you plan to just use cron jobs, Kopia will do sane things with maintenance. Restic last I checked you still need to manually run maintenance tasks and if any job maintenance or otherwise fails, you need to make sure to unlock the repository (which if you haven’t set up notifications … well now you’ve got a silent backup failure and your backups aren’t running).

I just kept running into a sea of “oh this could be bad” footguns with Restic that made me uncomfortable trusting it as my primary backup. I’m sure Restic can be a great tool if used in expert hands with everything appropriately setup; but nobody tells you how to do that … and I get the feeling a lot of people are unaware of what they’re getting into.

The folks making Kopia … they seem like they really know what they’re doing and I’ve been very happy with it. We’re moving from rsnapshot to Kopia at work now as well (rsnapshot is also fairly good you’ve got a bunch of friends with NASes that support hard links and SSH, but it’s CHATTY and has no deduplication, encryption, data integrity verification is basically left to the file system – so you better be running ZFS – etc).

Duplicati’s developer is back too, so that might be something to keep an eye on … but as it stands, the project has been bit rotting for a while and AFAIK still has some pretty significant performance issues when restoring data.

anzo ,

Oh, fair point. Perhaps rclone.org then! :O

Dark_Arc ,
@Dark_Arc@social.packetloss.gg avatar

rclone or rsync is probably better but see my reply a few comments down (the very long one) about protocol aware cloning vs just cloning things at the file system

ininewcrow , to lemmyshitpost in rizztastic
@ininewcrow@lemmy.ca avatar

fo shizzle my nizzle

HarbingerOfTomb ,

High fives in millennial

pseudo , to fediverse in What the fediverse needs is....CIRCLES!
@pseudo@jlai.lu avatar

I am very not sorry to tell you that you are wrong !

I’m subscribe to multiples PeerTube channesl with this account, Lemmy being my choice interface to access it and I’m convinced that Pixed/Lemmy is a great match considering the huge number of community where the content is primarely picture a.k.a all meme and animal picture communities.

I have first-handed post owl pictures on !superbowl with my PixelFed accound. Just like I’ve been posting from Bookwyrm and Sharkey and many other fediwares.

Lemmy is a great place to post to, but it is harder to post from Lemmy to another part of the fediverse as every Lemmy post must be sent to a specific community.

Nomecks , to selfhosted in community hosted backups

Use object storage for media and backups, then use s3 replication to put a copy somewhere else.

Anonymouse OP ,

Yes. It’s the “put a copy somewhere else” that I’m trying to solve for without a lot of cost and effort. So far, having a remote copy at a relative’s is good for being off site and cost, but the amount of time to support it has been less than ideal since the Pi will sometimes become unresponsive for unknown reasons and getting the family member to reboot it “is too hard”.

Nomecks ,

There’s not much cost with S3 object. It’s just a file system in Linux, and replication is a protocol standard.

poVoq ,
@poVoq@slrpnk.net avatar

This is kinda the same idea but made for what you originally asked for: garagehq.deuxfleurs.fr

intensely_human , to asklemmy in What should I do if I find a bag by the road that I'm concerned it's a dead body?

I called to report a possible body in a bag to the police.

But if I had gotten a random “Gonna pray for you” comment about me poking the bag, I would shut my mouth and move on with life as if I’d never seen the bag.

ITGuyLevi , to technology in Chat GPT appears to hallucinate or outright lie about everything

You’re taking the piss right? Those seem like perfectly reasonable responses.

What video card is required to use it? None, it can be used standalone.

What video card to use it streaming from your PC, at least a 580 sounds okay for some games. You seem to be expecting it to lie, and then inferring truthful information as a lie because the information you held back (which game you want) is the reason for the heavier video card requirement.

all-knight-party , to asklemmy in What's the one music album you would take on a desert island?
@all-knight-party@fedia.io avatar

Periphery's "Periphery II: This Time It's Personal"

BCsven , to asklemmy in Why do human beings feel the constant need to be validated for their actions/opinions/interests/etc.?

Insecurity

ngwoo , to technology in Chat GPT appears to hallucinate or outright lie about everything

OP those minimum requirements are taken directly from the Meta Quest 3 support page.

Toribor , to selfhosted in community hosted backups
@Toribor@corndog.social avatar

Backups need to be reliable and I just can’t rely on a community of volunteers or the availability of family to help.

So yeah I pay for S3 and/or a VPS. I consider it one of the few things worth it to pay a larger hosting company for.

possiblylinux127 , to linux in What to try in a linux distro ?

Ask an LLM this

chottomatte OP ,
@chottomatte@lemdro.id avatar

You mean AI ? I rarely use it

possiblylinux127 ,

AI is a broad term that is mostly marketing fluff. I am talking about a language model you can run locally.

You can install Alpaca which is now an official gnome app and then download the Mistral model. Once it downloads you can ask it things about what to do with the OS. It all runs local so you need enough ram and storage. 8gb of ram and then a few gigs of storage

The_Che_Banana , to asklemmy in Is there a name for the mid point between high and low tides?

Tide

that_leaflet , (edited ) to linux in Encrypt whole system?
@that_leaflet@lemmy.world avatar

With an encrypted disk, you only need to enter the encryption password when you shutdown or restart. Suspending and sleep lock screen don’t need your encryption password.

remram ,
@remram@lemmy.ml avatar

Suspending to disk usually requires a password on resume.

that_leaflet ,
@that_leaflet@lemmy.world avatar

That’s true for hibernation, but not suspending. Hibernation stores everything in RAM onto the disk then shuts off the PC; to resume the system, you need to unlock the disk to access that data. Suspending doesn’t turn off the computer, it keeps the CPU and RAM active.

On my Fedora system, I can hit the suspend button and get back into the OS without needing to type my encryption password, only my user password.

remram ,
@remram@lemmy.ml avatar

Ok so what do you call “sleep”? You’ve now listed suspending, sleeping, and hibernating as 3 different things.

that_leaflet ,
@that_leaflet@lemmy.world avatar

I can sleep “sleep”. All system components are still powered on at this stage, so it uses the most power. But at the same time it’s the quickest to get back into your system. All that’s really happening with sleep is that the screen turns off.

Then you have suspend. Laptops often first go to sleep but then suspend after a long period of inactivity to save battery.

Then you have hibernation. I don’t think this is used that often nowadays.

remram ,
@remram@lemmy.ml avatar

I have never met anyone refer to “screen off” as “sleep”.

en.wikipedia.org/wiki/Sleep_mode

The terms everybody else are using are: “sleep” = “suspend to RAM” = “S3” and “hibernation” = “suspend to disk”.

10_0 , to science_memes in Cursed

Turn your phone upsidedown

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines