this post was submitted on 04 Dec 2025
35 points (97.3% liked)

Dullsters

1152 readers
241 users here now

Inspired by the Dull Men’s Club.

https://dullmensclub.com/

1. Relevant commentary on your own dull life. Posts should be about your own dull, lived experience. This is our most important rule. Direct questions, random thoughts, comment baiting, advice seeking, many uses of “discuss” rarely comply with this rule.

2. Original, Fresh, Meaningful Content.

3. Avoid repetitive topics.

4. This isn't an advice forum

Use a search engine, a tradesperson, Reddit, friends, a specialist Facebook group, apps, Wikipedia, an AI chat, a reverse image search etc. to answer simple questions or identify objects. Also see rule 1, “comment baiting”.

There are a number of content specific communities with subject matter experts who can help you.

Some other communities to consider before posting:

5. Keep it dull. If it puts us to sleep, it’s on the right track. Examples of likely not dull: jokes, gross stuff (including toes), politics, religion, royalty, illness or injury, killing things for fun, or promotional content. Feel free to post these elsewhere.

6. No hate speech, sexism, or bullying No sexism, hate speech, degrading or excessively foul language, or other harmful language. No othering or dehumanizing of anyone or negativity towards any gender identity.

7. Proofread before posting. Use good grammar and punctuation. Avoid useless phrases. Some examples: - starting a post with “So” - starting a post with pointless phrases, like “I hope this is allowed” or “this is my first post” Only share good quality, cropped images. Do not share screenshots of images; share the original image.

founded 1 year ago
MODERATORS
 

I have gone from an rsync-based backup system to a borg-based one. I now have a Raspberry Pi-based server that will live on my LAN in another building, and I have a pair of HDDs I'll use locally. I'll plug one in for a week, and then swap to the other, that way I've got backups in cold storage should some uncouth jabronie write a ransomware virus for Linux.

The coolest part is the backup software checks to see if the drive is mounted, if the drive is attached but not mounted, it mounts it, and if it can't do that it fails gracefully. Still doing a bit of polish but so far it's working okay.

you are viewing a single comment's thread
view the rest of the comments
[–] toynbee@lemmy.world 4 points 3 months ago (2 children)

I have only recently woken up after thoroughly inadequate sleep. I also didn't watch any Star Trek until COVID, so it's not particularly engrained in my cultural awareness.

So when I was thinking of the Borg in response to your post, my mind didn't go to "resistance is futile" but, instead, "all your base are belong to us."

That tool sounds pretty cool though! I've been very lazily looking for a good backup solution, so thank you for the name!

[–] captain_aggravated@sh.itjust.works 3 points 3 months ago (1 children)

Okay so BorgBackup is a CLI tool, I think for Linux and MacOS. There are GUI front-ends like Pika and Vorta.

Compared to Rsync, which makes a 1 to 1 copy of a section of your Unix file system and then makes incremental backups by hard linking unchanged files, Borg cuts your data into chunks, de-duplicates it (imagine you've got three Linux Mint install ISOs, there are probably hunks of them that are identical, it only stores one copy and makes note where it goes, saving space) compresses and encrypts it. Your thoroughly blenderized data is then stored in an archive, which can be on a remote server (the server has to run the borg software, and they communicate over SSH) or on locally mounted storage, I'm doing both.

[–] toynbee@lemmy.world 2 points 3 months ago

For reference, I've been in the Linux administration industry for ... Uh, I think nineteen years professionally? It's expired now, but I was an RHCE back when that was moderately meaningful. I am familiar with the concepts, just had only barely heard of the tool.

I mostly was hoping to make someone laugh with my misconstruement of the classic catchphrase.

Thank you for the explanations though!

[–] Jesus_666@lemmy.world 2 points 3 months ago (1 children)

In stardate 42761, war was beginning.

Picard: What happen?

Worf: Somebody set us up the probe.

Riker: We get signal.

Picard: What !

Riker: Main screen turn on.

Picard: It's you !!

BORG: How are you individuals !!

BORG: All your distinctiveness are belong to us.

BORG: You are on the way to assimilation.

Picard: What you say !!

BORG: You have no chance to resist make your time.

BORG: Ha ha ha ha ....

Riker: Captain !!

Picard: Take off every 'Voyager'!!

Picard: You know what you doing.

Picard: Move 'Voyager'.

Picard: For great genocide.

I did name the server borg-cube and alias comply='sudo' because I'm a child.