this post was submitted on 15 Jan 2025
15 points (100.0% liked)

askchapo

22968 readers
446 users here now

Ask Hexbear is the place to ask and answer ~~thought-provoking~~ questions.

Rules:

  1. Posts must ask a question.

  2. If the question asked is serious, answer seriously.

  3. Questions where you want to learn more about socialism are allowed, but questions in bad faith are not.

  4. Try !feedback@hexbear.net if you're having questions about regarding moderation, site policy, the site itself, development, volunteering or the mod team.

founded 4 years ago
MODERATORS
 

I have a library of movies, TV shows and music for local hosting. Right now I have a script that uses cp to copy newly added media files to a second, identical drive in another room as a backup. there has to be a better way to do this.

ignoring cloud storage and RAID, what are some command line tools that could ensure that the integrity of the files remains intact? assuming the drive continues to function properly.

you are viewing a single comment's thread
view the rest of the comments
[–] tactical_trans_karen@hexbear.net 1 points 3 months ago

You could put them in the same machine and set the file system to zfs. But that's enterprise grade and can be a pain to work with imo. I switched over to and UnRAID server with double parity, should do the trick.