It's A Digital Disease!

23 readers
1 users here now

This is a sub that aims at bringing data hoarders together to share their passion with like minded people.

founded 2 years ago
MODERATORS
1626
 
 
The original post: /r/datahoarder by /u/SametChan on 2025-04-28 14:32:13.

Hey guys, i am planning to backup for video and IDA, games, editor. What is best for one?

  • Seagate Firecuba Gaming Hub 8TB = 207.99 euro
  • Seagate Firecuba Gaming Hub 16TB = 419.99 euro
  • Seagate one touch Hub 8TB = 172.99 euro
  • Seagate one touch Hub 10TB = 214.90 euro
  • Seagate one touch Hub 16TB = 338 euro
  • Seagate one touch Hub 20TB = 391 euro
  • WD_BLACK D10 Game Drive 8TB = 241.19 euro
  • WD_BLACK D10 Game Drive 12TB = 325.99 euro
1627
 
 
The original post: /r/datahoarder by /u/adventure_runner on 2025-04-28 04:08:22.

I'm trying to choose between the TerraMaster F4-424 Pro and the UGREEN DXP4800 Plus for my home setup. My main use case is photo and file storage, easy access from mobile/web, long-term stability, and also using it as a home server for some self-hosted apps (media server, backups, light services).

Here’s what I'm considering:

Both have 2x M.2 NVMe slots.

On the F4-424 Pro, one of the NVMe drives can be used for the OS, which I actually see as a downside — I'd prefer to dedicate both M.2 slots to caching or performance.

On the UGREEN, the OS runs on separate built-in flash storage, leaving both NVMe slots free for cache.

UGREEN supports up to 64GB RAM, while the F4-424 Pro is limited to 32GB.

TerraMaster's software (TOS) is much more mature and stable, while UGREEN's UGOS is newer but seems to be improving fast.

The F4-424 Pro does have a more powerful CPU compared to UGREEN (Intel N-series vs Alder Lake-N), which could be better for heavier workloads.

If anyone has hands-on experience with either (or both), I'd love to hear:

How stable and reliable are they?

How good is remote access (mobile app, web interface)?

Any quirks, limitations, or things you wish you knew before buying?

Thanks a lot for your advice!

1628
 
 
The original post: /r/datahoarder by /u/AppropriatePay9738 on 2025-04-28 00:25:06.

Looks like with the 2025 Plus series (DS925+), Synology is locking down hard drive compatibility... only Synology branded drives will give full features like drive pooling, health analysis, etc. If you use non-certified drives (even IronWolf or WD Red), you might lose key functionality.

It won't affect old models or existing systems, but if you upgrade to a new Plus series NAS, you're pretty much locked into their drives — which are, of course, more expensive.

Is Synology just trying to boost their drive sales at the cost of NAS sales? That feels like a weird long-term play. I always thought NAS flexibility was the whole point.

Also for those of us already on Synology — if I wanted to upgrade and keep my existing drives, am I screwed? Do I need to migrate everything off my current third-party drives and rebuy Synology drives just to get full support on something like the DS925+? That sounds like an absolute nightmare.

Curious what others think. Are people even using Synology drives rn? Or this just going to push ppl to QNAP, UGREEN, TrueNAS, or something cheaper or more open?"

1629
 
 
The original post: /r/datahoarder by /u/Enrico1203 on 2025-04-28 09:33:42.

Hello everyone, I'm making this post to find some ideas and maybe discuss some things.

My setup: I have a computer with an Intel i7 12° gen, 64Gb DDR5 RAM, 2.5gbps network card, 2 SSD nvme, and 5 16Tb hard drive + 1 16tb wd my book external USB drive

Goals: add more hard drive, like 5 more

Problem: no phisical space inside the case. I don't want to buy a Synology, QNAP, etc. NAS because It would be extremely expensive and redundant because I already do everything already with my setup.

Possibile solutions:

  1. buy and external hard disk enclosure and connect with type c? What about the performace? Any suggestion of anything you use and working good?

  2. 3d print something like this: https://www.thingiverse.com/thing:4711196 And with sata cables coming out of the PC. (Ugly but very cheap). I'm afraid of the dust and the temperature, a fan would be useful.

  3. Any help is welcome 💖

1630
 
 
The original post: /r/datahoarder by /u/abhishekwebcode on 2025-04-28 07:34:25.

We can have some site where users can put up requests , and users from here can fulfil them for a price, so they can be rewarded for archiving and not abused as a charity or DDOS victim

1631
 
 
The original post: /r/datahoarder by /u/User9705 on 2025-04-28 05:22:38.

Hey DataHorders (@255TB Myself - with 400TB saved from AV1 encoding)

I'm excited to announce Version 6 of Huntarr, a tool designed to help complete your media collection by automatically searching for missing content and quality upgrades. This major update brings significant improvements to support complex media server setups. Note the APP is in the UNRAID app store and you can visit us at r/huntarr for Reddit.

Why is this great for a datahorder? Because it will help fill the holes in your libraries. After deploying this app on my on end, I ended up with a 60TB backlog of media that forced that the ARR's have been skipping over.

Note for users on v5 - You will have to re-setup your configs due to the new multi-ARR support. Also why it has been moved to v6.

What's New in V6:

  • Multi-Instance Support: Now supports up to 9 instances of each *Arr application
  • Improved UI Stability: Fixed various interface issues for a smoother experience
  • Auto-Save Settings: Now ensures settings are saved when navigating away from the settings page
  • Streamlined Homepage: Only displays the apps you've configured
  • Connection Checker: Added status indicators for each instance of each *Arr app
  • Instance Toggle: Easily enable/disable specific instances of each application
  • Whisparr Status: Added warning indicating Whisparr support is still in development

https://preview.redd.it/v5nzeq59dixe1.png?width=3016&format=png&auto=webp&s=44351a0627c71ea05b70dcdfea5114e597a1e97a

What is Huntarr?

Huntarr continually scans your *Arr applications for content that's either missing or below your desired quality cutoff. It then automatically triggers searches for these items at intervals you control, helping you gradually build a complete collection with the best available quality.

Supported Applications:

  • Sonarr: For TV shows
  • Radarr: For movies
  • Lidarr: For music
  • Readarr: For books
  • Coming Soon: Improved Whisparr support and Bazarr integration

Installation:

Via Docker:

docker run -d --name huntarr \
  --restart always \
  -p 9705:9705 \
  -v /your-path/huntarr:/config \
  -e TZ=America/New_York \
  huntarr/huntarr:latest

Huntarr is also available directly in the Unraid App Store for one-click installation!

Links:

1632
 
 
The original post: /r/datahoarder by /u/majestic_ubertrout on 2025-04-27 20:03:31.

I've recently gotten interested in the relevance of classical music to the development of multimedia CD-ROM, since so many of the earliest attempts at consumer CD-ROM were of classical music, typically using Hypercard combined with a preexisting recording. I've been trying to rip some of these to ISO and they're surprisingly tricky. ImgBurn consistently get stuck at the phase of "Analyzing Tracks...(Session 1, Track 2)." I've gotten a few ripped with Alcohol 120% although it throws a lot of error which concerns me. Most recently I tried to rip the Warner Music Notes of The Magic Flute and neither program could rip it. I got the same error message from IMGBurn and the Alcohol 120% error message is below

The Magic Flute set is actually archived here, the others from this series are not anywhere afaik: https://www.macintoshrepository.org/68020-the-magic-flute - note I haven't downloaded it to check. I figure others might get insight though?

IMGBurn Disc Info:

ATAPI iHAS124   F CL9N (SATA)
Current Profile: CD-ROM
Disc Information:
Status: Complete
State of Last Session: Complete
Erasable: No
Sessions: 1
Sectors: 332,668
Size: 681,304,064 bytes
Time: 73:57:43 (MM:SS:FF)
Supported Read Speeds: 10x, 16x, 24x, 32x, 40x, 48x
TOC Information:
Session 1... (LBA: 0 / 00:02:00)
-> Track 01  (Mode 1, LBA: 0 / 00:02:00)
-> Track 02  (Audio, 06:26:00, LBA: 6750 / 01:32:00)
-> Track 03  (Audio, 06:34:57, LBA: 35700 / 07:58:00)
-> Track 04  (Audio, 00:30:58, LBA: 65307 / 14:32:57)
-> Track 05  (Audio, 03:00:10, LBA: 67615 / 15:03:40)
-> Track 06  (Audio, 00:59:12, LBA: 81125 / 18:03:50)
-> Track 07  (Audio, 04:04:65, LBA: 85562 / 19:02:62)
-> Track 08  (Audio, 00:25:50, LBA: 103927 / 23:07:52)
-> Track 09  (Audio, 04:36:58, LBA: 105852 / 23:33:27)
-> Track 10  (Audio, 00:07:55, LBA: 126610 / 28:10:10)
-> Track 11  (Audio, 06:36:62, LBA: 127190 / 28:17:65)
-> Track 12  (Audio, 00:22:53, LBA: 156952 / 34:54:52)
-> Track 13  (Audio, 01:36:35, LBA: 158655 / 35:17:30)
-> Track 14  (Audio, 01:07:47, LBA: 165890 / 36:53:65)
-> Track 15  (Audio, 04:26:53, LBA: 170962 / 38:01:37)
-> Track 16  (Audio, 00:12:00, LBA: 190965 / 42:28:15)
-> Track 17  (Audio, 00:40:00, LBA: 191865 / 42:40:15)
-> Track 18  (Audio, 00:15:00, LBA: 194865 / 43:20:15)
-> Track 19  (Audio, 00:08:00, LBA: 195990 / 43:35:15)
-> Track 20  (Audio, 00:22:00, LBA: 196590 / 43:43:15)
-> Track 21  (Audio, 00:43:47, LBA: 198240 / 44:05:15)
-> Track 22  (Audio, 06:00:68, LBA: 201512 / 44:48:62)
-> Track 23  (Audio, 04:39:02, LBA: 228580 / 50:49:55)
-> Track 24  (Audio, 00:10:40, LBA: 249507 / 55:28:57)
-> Track 25  (Audio, 00:12:48, LBA: 250297 / 55:39:22)
-> Track 26  (Audio, 00:15:37, LBA: 251245 / 55:51:70)
-> Track 27  (Audio, 00:19:00, LBA: 252407 / 56:07:32)
-> Track 28  (Audio, 00:18:28, LBA: 253832 / 56:26:32)
-> Track 29  (Audio, 00:25:05, LBA: 255210 / 56:44:60)
-> Track 30  (Audio, 00:07:30, LBA: 257090 / 57:09:65)
-> Track 31  (Audio, 00:08:60, LBA: 257645 / 57:17:20)
-> Track 32  (Audio, 00:19:17, LBA: 258305 / 57:26:05)
-> Track 33  (Audio, 00:11:05, LBA: 259747 / 57:45:22)
-> Track 34  (Audio, 00:22:18, LBA: 260577 / 57:56:27)
-> Track 35  (Audio, 05:39:35, LBA: 262245 / 58:18:45)
-> Track 36  (Audio, 00:19:02, LBA: 287705 / 63:58:05)
-> Track 37  (Audio, 00:13:55, LBA: 289132 / 64:17:07)
-> Track 38  (Audio, 00:18:20, LBA: 290162 / 64:30:62)
-> Track 39  (Audio, 00:22:28, LBA: 291532 / 64:49:07)
-> Track 40  (Audio, 00:23:45, LBA: 293210 / 65:11:35)
-> Track 41  (Audio, 00:16:15, LBA: 294980 / 65:35:05)
-> Track 42  (Audio, 00:16:02, LBA: 296195 / 65:51:20)
-> Track 43  (Audio, 00:31:05, LBA: 297397 / 66:07:22)
-> Track 44  (Audio, 00:18:70, LBA: 299727 / 66:38:27)
-> Track 45  (Audio, 00:21:33, LBA: 301147 / 66:57:22)
-> Track 46  (Audio, 00:18:47, LBA: 302755 / 67:18:55)
-> Track 47  (Audio, 00:09:65, LBA: 304152 / 67:37:27)
-> Track 48  (Audio, 00:11:28, LBA: 304892 / 67:47:17)
-> Track 49  (Audio, 00:12:00, LBA: 305745 / 67:58:45)
-> Track 50  (Audio, 00:11:12, LBA: 306645 / 68:10:45)
-> Track 51  (Audio, 00:12:05, LBA: 307482 / 68:21:57)
-> Track 52  (Audio, 00:15:18, LBA: 308387 / 68:33:62)
-> Track 53  (Audio, 00:18:05, LBA: 309530 / 68:49:05)
-> Track 54  (Audio, 00:09:32, LBA: 310885 / 69:07:10)
-> Track 55  (Audio, 00:22:33, LBA: 311592 / 69:16:42)
-> Track 56  (Audio, 00:17:35, LBA: 313275 / 69:39:00)
-> Track 57  (Audio, 00:12:65, LBA: 314585 / 69:56:35)
-> Track 58  (Audio, 00:13:02, LBA: 315550 / 70:09:25)
-> Track 59  (Audio, 00:10:68, LBA: 316527 / 70:22:27)
-> Track 60  (Audio, 00:07:17, LBA: 317345 / 70:33:20)
-> Track 61  (Audio, 00:08:58, LBA: 317887 / 70:40:37)
-> Track 62  (Audio, 00:06:07, LBA: 318545 / 70:49:20)
-> Track 63  (Audio, 00:07:60, LBA: 319002 / 70:55:27)
-> Track 64  (Audio, 00:11:38, LBA: 319587 / 71:03:12)
-> Track 65  (Audio, 00:05:55, LBA: 320450 / 71:14:50)
-> Track 66  (Audio, 00:06:57, LBA: 320880 / 71:20:30)
-> Track 67  (Audio, 00:05:63, LBA: 321387 / 71:27:12)
-> Track 68  (Audio, 00:13:25, LBA: 321825 / 71:33:00)
-> Track 69  (Audio, 00:13:60, LBA: 322825 / 71:46:25)
-> Track 70  (Audio, 00:13:67, LBA: 323860 / 72:00:10)
-> Track 71  (Audio, 00:04:33, LBA: 324902 / 72:14:02)
-> Track 72  (Audio, 00:06:30, LBA: 325235 / 72:18:35)
-> Track 73  (Audio, 00:07:02, LBA: 325715 / 72:24:65)
-> Track 74  (Audio, 00:06:53, LBA: 326242 / 72:31:67)
-> Track 75  (Audio, 00:26:37, LBA: 326745 / 72:38:45)
-> Track 76  (Audio, 00:04:10, LBA: 328732 / 73:05:07)
-> Track 77  (Audio, 00:12:68, LBA: 329042 / 73:09:17)
-> Track 78  (Audio, 00:04:43, LBA: 330010 / 73:22:10)
-> Track 79  (Audio, 00:03:22, LBA: 330353 / 73:26:53)
-> Track 80  (Audio, 00:04:45, LBA: 330600 / 73:30:00)
-> Track 81  (Audio, 00:11:30, LBA: 330945 / 73:34:45)
-> Track 82  (Audio, 00:11:43, LBA: 331800 / 73:46:00)
-> LeadOut  (LBA: 332668 / 73:57:43)
Track Information:
Session 1...
-> Track 01 (LTSA: 0, LTS: 6750)
-> Track 02 (LTSA: 6750, LTS: 28950)
-> Track 03 (LTSA: 35700, LTS: 29607)
-> Track 04 (LTSA: 65307, LTS: 2308)
-> Track 05 (LTSA: 67615, LTS: 13510)
-> Track 06 (LTSA: 81125, LTS: 4437)
-> Track 07 (LTSA: 85562, LTS: 18365)
-> Track 08 (LTSA: 103927, LTS: 1925)
-> Track 09 (LTSA: 105852, LTS: 20758)
-> Track 10 (LTSA: 126610, LTS: 580)
-> Track 11 (LTSA: 127190, LTS: 29762)
-> Track 12 (LTSA: 156952, LTS: 1703)
-> Track 13 (LTSA: 158655, LTS: 7235)
-> Track 14 (LTSA: 165890, LTS: 5072)
-> Track 15 (LTSA: 170962, LTS: 20003)
-> Track 16 (LTSA: 190965, LTS: 900)
-> Track 17 (LTSA: 191865, LTS: 3000)
-> Track 18 (LTSA: 194865, LTS: 1125)
-> Track 19 (LTSA: 195990, LTS: 600)
-> Track 20 (LTSA: 196590, LTS: 1650)
-> Track 21 (LTSA: 198240, LTS: 3272)
-> Track 22 (LTSA: 201512, LTS: 27068)
-> Track 23 (LTSA: 228580, LTS: 20927)
-> Track 24 (LTSA: 249507, LTS: 790)
-> Track 25 (LTSA: 250297, LTS: 948)
-> Track 26 (LTSA: 251245, LTS: 1162)
-> Track 27 (LTSA: 252407, LTS: 1425)
-> Track 28 (LTSA: 253832, LTS: 1378)
-> Track 29 (LTSA: 255210, LTS: 1880)
-> Track 30 (LTSA: 257090, LTS: 555)
-> Track 31 (LTSA: 257645, LTS: 660)
-> Track 32 (LTSA: 258305, LTS: 1442)
-> Track 33 (LTSA: 259747, LTS: 830)
-> Track 34 (LTSA: 260577, LTS: 1668)
-> Track 35 (LTSA: 262245, LTS: 25460)
-> Track 36 (LTSA: 287705, LTS: 1427)
-> Track 37 (LTSA: 289132, LTS: 1030)
-> Track 38 (LTSA: 290162, LTS: 1370)
-> Track 39 (LTSA: 291532, LTS: 1678)
-> Track 40 (LTSA: 293210, LTS: 1770)
-> Track 41 (LTSA: 294980, LTS: 1215)
-> Track 42 (LTSA: 296195, LTS: 1202)
-> Track 43 (LTSA: 297397, LTS: 2330)
-> Track 44 (LTSA: 299727, LTS: 1420)
-> Track 45 (LTSA: 301147, LTS: 1608)
-> Track 46 (LTSA: 302755, LTS: 1397)
-> Track 47 (LTSA: 304152, LTS: 740)
-> Track 48 (LTSA: 304892, LTS: 853)
-> Track 49 (LTSA: 305745, LTS: 900)
-> Track 50 (LTSA: 306645, LTS: 837)
-> Track 51 (LTSA: 307482, LTS: 905)
-> Track 52 (LTSA: 308387, LTS: 1143)
-> Track 53 (LTSA: 309530, LTS: 1355)
-> Track 54 (LTSA: 310885, LTS: 707)
-> Track 55 (LTSA: 311592, LTS: 1683)
-> Track 56 (LTSA: 313275, LTS: 1310)
-> Track 57 (LTSA: 314585, LTS: 965)
-> Track 58 (LTSA: 315550, LTS: 977)
-> Track 59 (LTSA: 316527, LTS: 818)
-> Track 60 (LTSA: 317345, LTS: 542)
-> Track 61 (LTSA: 317887, LTS: 658)
-> Track 62 (LTSA: 318545, LTS: 457)
-> Track 63 (LTSA: 319002, LTS: 585)
-> Track 64 (LTSA: 319587, LTS: 863)
-> Track 65 (LTSA: 320450, LTS: 430)
-> Track 66 (LTSA: 320880, LTS: 507)
-> Track 67 (LTSA: 321387, LTS: 438)
-> Track 68 (LTSA: 321825, LTS: 1000)
-> Track 69 (LTSA: 322825, LTS: 1035)
-> Track 70 (LTSA: 323860, LTS: 1042)
-> Track 71 (LTSA: 324902, LTS: 333)
-> Track 72 (LTSA: 325235, LTS: 480)
-> Track 73 (LTSA: 325715, LTS: 527)
-> Track 74 (LTSA: 326242, LTS: 503)
-> Track 75 (LTSA: 326745, LTS: 1987)
-> Track 76 (LTSA: 328732, LTS: 310)
-> Track 77 (LTSA: 329042, LTS: 968)
-> Track 78 (LTSA: 330010, LTS: 343)
-> Track 79 (LTSA: 330353, LTS: 247)
-> Track 80 (LTSA: 330600, LTS: 345)
-> Track 81 (LTSA: 330945, LTS: 855)
-> Track 82 (LTSA: 331800, LTS: 868)

Alcohol 120% Error Message:

########################### Options Setting ###########################
  Devices Control Interface: Windows ATAPI/SCSI Control Interface
  SCSI Pass Through Direct (SPTD) layer version: 2.13
  CPU Priority Level: High
  Memory Buffer Size (MB): 2048
  Examine the accuracy of data read from physical device: Yes
  Enable Enhanced Weak Sector Scanner during dumping: No
  Overburn disc(s): No
  Turn off "Auto-Select best write speed" function if possible: No
  Fill memory buffer before recording discs: Yes
  Book Type...
***
Content cut off. Read original on https://old.reddit.com/r/DataHoarder/comments/1k9d29u/how_to_rip_early_mixed_data_audio_discs/
1633
 
 
The original post: /r/datahoarder by /u/ghuitster on 2025-04-27 18:51:39.

I currently have 12 TB of content hosted on HDDs. I would like to set up an offsite backup, in case the house burns down. I'm looking at this external drive. 22 TB for $250 sounds like an incredible price. Am I missing something? It's just so much cheaper in $/TB for a consumer drive that I think I have to be missing something.

1634
 
 
The original post: /r/datahoarder by /u/genejenee on 2025-04-27 17:58:38.
1635
 
 
The original post: /r/datahoarder by /u/SebSeb31 on 2025-04-27 17:29:22.

Hey guys whats up, recently subscibed to google One for the 2tb yearly plan, and finished backing up all my files. Before this my file backup was the following: Main 3TB drive with everything, a 1tb drive 1 to 1 copy of that drive except some games i could redownload, and then another offsite 1tb drive thaat i keep at my gfs thats basically the same as the second drive.

But now that i have google one i want to repurpuse the drive at my gfs for something but idk what. Ive been thinking bout downloading some of my favourite animes and movies and build a small plex library since with the cloud that would be my offsite backup, and im not worried bout it being deleted since its encrypted with rclone.

what would yall do with an extra 1tb (i know thats kids play here but i havent really started a hoard yet, currently working on downloading my whole spotify).

1636
 
 
The original post: /r/datahoarder by /u/Sushi-And-The-Beast on 2025-04-28 02:38:06.

Hi All,

I recently found out a close friend who I met while crypto mining in 2017 passed away at the start of April from a heart attack. I found out through his wife who was finally able to get into his work phone and message me via Telegram. I called her and she is devastated that she could not save him. Last time I talked to him was on April 5th and he passed away on the 6th. I kept sending him memes but he wasnt on or repling. On the 18th I jokingly sent him a message, "Are you dead?" and didnt hear anything until the 21st from his wife.

After the crypto crash of 2018-2019 we still kept in contact via Telegram.

I would like some assistance or pointing me to a how to on how to archive and preserve our chat.

He was like a big brother to me and I will truly miss him. I remembered this part of Shawshank Redemption and it truly hits the feels...

https://youtu.be/n45R0eF1ctc

"I guess I just miss my friend..."

1637
 
 
The original post: /r/datahoarder by /u/stfunigAA_23 on 2025-04-28 00:58:39.

I don't want to search each volume up and download it. Any help is appreciated

1638
 
 
The original post: /r/datahoarder by /u/Simikiel on 2025-04-27 23:06:41.

If anyone here doesn't know, The Homebrew Channel is an unofficial channel for the Wii console made by Nintendo. It allows users to run homebrew programs on the console and other such things.

The Homebrew Channel has now ceased development because a developer says that 'key figures' actually stole the code from Nintendo themselves to make the homebrewing possible.

I predict that Nintendo will use this as an excuse to crack down hard on homebrewing and the community at large.

Details: https://bsky.app/profile/oatmealdome.bsky.social/post/3lnsudl3djv2r

Links:

https://wiibrew.org/wiki/Homebrew_Channel

https://hbc.hackmii.com/

I apologize if any details are wrong, I'm actually not a Wii homebrewer, I just don't want all this work the community has put so much effort into, to just fizzle away.

Also I myself am also not a datahoarder, I don't have the means to do that unfortunately. You lot have my utmost respect for everything you all do.

I realize this may break Rule# 8, and if it does mods, please feel free to remove this post. I'm just worried about all that could vanish and this post is the only thing I can do to help.

1639
 
 
The original post: /r/datahoarder by /u/Shad0wkity on 2025-04-27 22:08:25.
1640
 
 
The original post: /r/datahoarder by /u/RajSingh9999 on 2025-04-27 20:45:18.

Couple of years ago, I got GIGABYTE BRIX mini PC with Celeron Processor J4105. The machine details can be found on its home page here.

It basically has following relevant specifications:

  • Front IO:
    • 1 x USB3.0
    • 1 x USB3.0 type C
  • Rear IO: 2 x USB 3.0
  • Storage: Supports 2.5" HDD/SSD, 7.0/9.5 mm thick (1 x 6 Gbps SATA 3)
  • Expansion slot
    • 1 x M.2 slot (2280_storage) PCIe X2/SATA
    • 1 x PCIe M.2 NGFF 2230 A-E key slot occupied by the WiFi+BT card

Currently I have following things installed:

  • Samsung SSD 850 EVO 500GB
  • 8 GB DDR4 RAM. CPU-Z says following for the RAM:
    • Total Size: 8192 MB
    • Type: DDR4-SDRAM
    • Frequency: 1197.4 MHz (DDR4-2394) - Ratio 1:12
    • Slot #1 Module - P/N: CB8GS2400.C8JT

I am embarking my journey to configure this machine as my central storage server. I have currently following use cases in mind:

  • Download youtube videos / playlists / channels
  • Sync photos and documents from onedrive / google drive
  • Download movies / TV shows from torrent
  • Store some big datasets for machine learning tasks

I have following doubts:

  1. Is the configuration of this mini PC fine, or it is not sufficient?
  2. What hardware upgrades should/can I do to make it more capable?
  3. Is 8 GB RAM enough? or Should I add another 8 GB RAM stick?
  4. What storage upgrade is recommended? Currently I can think of following options:
    • Add m.2 NVME and install OS on it, for faster speed. Will it be faster than having OS on SATA SSD?
    • Get rid of 500 GB SATA SSD and replace it with 4TB SATA HDD. Is it worth it?
    • I find internal 2.5 inch internal HDDs quite costlier than 3.5 HDDs. So, instead of sticking to internal drive, will it make sense to buy external hard drive bay like Orico 5 bay and use 3.5 inch HDDs with it? Will it be slower if I connect it to USB 3.0?
  5. Apart from hardware front, I also have software related doubt. I am able to setup qBitTorrent WebUI on this machine and access it over Internet. I am in process of setting up TubeArchivist on this machine, by running Docker on Windows. I am thinking I will also need to run Sonarr and Radarr docker on this machine. I already have OneDrive and GoogleDrive clients running. Next I may try setting up Emby or Kodi. My doubt is I am planning to do all this on Windows. Do I need to look for dedicated OS like TrueNAS? What benefit it will provide?

PS: I am a noob data hoarder.

1641
 
 
The original post: /r/datahoarder by /u/kennedmh on 2025-04-27 19:16:29.
1642
 
 
The original post: /r/datahoarder by /u/dcoulson on 2025-04-27 18:37:13.

I'm trying to switch out my 9480 for a 9600W - It just has a couple of DS4246/IOM12 JBODs connected to it, but I can't figure out how to get my 9600W to see the drives.

Am I doing something stupid that is stopping JBOD from working?

# storcli2 /c0/eall/sall show

CLI Version = 008.0012.0000.0004 Nov 19, 2024

Operating system = Linux6.12.24-Unraid

Controller = 0

Status = Success

Description = The Controller is running in safe mode;only limited operations are supported.To exit safe mode,Correct the problem and reboot your computer.No PD found.

Enclosure Count = 2

Properties :

==========

------------------------------------------------------------------------------------------

EID State DeviceType Slots PD Partner-EID Multipath PS Fans TSs Alms SIM ProdID

------------------------------------------------------------------------------------------

62 OK Enclosure 24 0 92 Yes 4 8 12 0 2 DS424IOM12A

88 OK Enclosure 24 0 90 Yes 4 8 12 0 2 DS424IOM12A

------------------------------------------------------------------------------------------

1643
 
 
The original post: /r/datahoarder by /u/themayor1975 on 2025-04-27 18:30:35.

I have some videos that I want to convert from H264 to H265. For example 720P H264 Total bitrate 4600 Kbps.

I'm trying to figure out if there is a "common" crosswalk for bit rate or a minimum.

For example, take H264 bit rate and cut by 50%?

For example, if converting to H265 don't go lower than X bit rate, etc

1644
 
 
The original post: /r/datahoarder by /u/MrKobato on 2025-04-27 17:22:46.

I have about 10 TB of data I want to keep safe. At the same time my budget is rather limited and I don't think I can afford a proper 3-2-1 solution. I can sacrifice high availability as I do not need to access these that often. My data is static: once uploaded can remain in that form and do not need any sort of update or modification.

Currently I store things on several LUKS-encrypted external HDD drives kept in a drawer. Only connecting when I need something. Not sure if sparse usage can improve their life expectancy. I only keep a local catalog on my system so I know where is everything placed. Once drive is full I just start filling next one and do not attempt any sort of migration. This means sometimes related files are disjointed into several drives and require a bit hassle to collect fully but this is an inconvenience I can live with. As far as backup goes, I buy my external HDD drives in pairs and keep everything in two copies. I keep backup drives at separate place (a family member home) and update every time I visit to keep in sync.

I understand that for better protection I should create a third copy in cloud but looking at the prices I don't think I want to invest in it just yet.

How can this approach be cheaply improved?

1645
 
 
The original post: /r/datahoarder by /u/SameUsernameOnReddit on 2025-04-27 15:32:14.

Still very new to and not very good at this, need help with two issues using wget so far:

  1. Using wget -m -k (am I crazy for thinking wget -mk would work the same, by the way?) to archive blogs and any files they're hosting, especially videos and PDFs. I like the feature yt-dlp has with --download-archive archive.txt, and I'm wondering if wget has a feature like that, to make updating the archive with new posts easier. Or maybe it already works like that, and I'm slow. Not sure.
  2. Been trying to use this method to download everything a user has uploaded. Last time I tried this was last year, and it left 100+ files undownloaded. Now, this was a while ago, to the point that my terminal's history doesn't have the actual commands I used anymore. Still 99% sure I did everything by the book, so if anyone has experience with this, I'd appreciate it. Thinking of using the Internet Archive's CLI tool for this, still looking into whether it works like that, though.
1646
 
 
The original post: /r/datahoarder by /u/ModelsDeserveBBC on 2025-04-27 14:48:43.

Hello, I'm trying to backup some FanFix.io subscriptions but I can't really find any reliable tools. I tried OF-Scraper and some download extensions but it doesn't support FanFix. Thanks for your time and help!

1647
 
 
The original post: /r/datahoarder by /u/Suspicious_Surprise1 on 2025-04-27 14:34:04.

What has everyone used with success for their main OS drive backups? Currently I have both a windows built in backup using the windows 7 backup tool and an ease todo free version backup of the same OS drive 1TB nvme to two identical enterprise 24TB drives. Plus I have created a boootable USB drive to boot off of in the event the OS drive fails.

For the two backups it's totaling 1.1TB I'm weary that this may be a waste of space to have two identical backups using two different solutions, curious what everyones thoughts are on this strategy and what they've used successfully or if I should be concerned at all about only having one backup solution in the event the OS drive fails before everything else. Perhaps ease todo drops the free version in the future and my backups are null or perhaps windows 7 backup tool is bunk since microsoft themselves stopped supporting it, thoughts?

1648
 
 
The original post: /r/datahoarder by /u/SnooBunnies9252 on 2025-04-27 17:47:34.

I can't find more recent reviews. Do you trust it to connect to the internet via their QuickConnect? How is the ransomware protection by now? Will it ever have the "write once read many" option Synology has?

I want to share and receive files by sending a link to the other person, without the need of a VPN or port forwarding. Can they preview the videos I share through the web browser?

1649
 
 
The original post: /r/datahoarder by /u/Caterpillar4000 on 2025-04-27 17:47:22.

here is the link to the model: amazon.com/view-3d/vfa?asin=B0C8V967DT&physicalId=A17ktrRtA-PL

some products have 3D models you can extract from a zip file, but when inspecting others (such as this one) I see no zip files. these ones also do not load properly on a PC browser for me, only on mobile browser

1650
 
 
The original post: /r/datahoarder by /u/Consistent_Equal5327 on 2025-04-27 17:06:14.

I built a tool that might be of interest if you’re into collecting contact data at scale or want to understand how email discovery really works under the hood — no APIs, no SaaS, no rate limits.

It:

  • Generates all the usual email permutations (john.smith@, j.smith@, etc.)
  • Scrapes the company website for any public addresses
  • Resolves MX records and connects to the mail server directly
  • Uses SMTP commands (HELO, MAIL FROM, RCPT TO) to verify if the address actually exists
  • Outputs a detailed JSON result per contact with score, status, raw responses

It’s fast (written in Rust), fully local, and you can batch process lists from a JSON file. Output is machine-readable for pipelines or enrichment projects.

This gives you full control over scraping, scoring, and SMTP logic.

Happy hoarding

view more: ‹ prev next ›