this post was submitted on 08 May 2025
62 points (95.6% liked)
Linux
54028 readers
1501 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Deduping only works for a single target or context at a time, so if you're working with many drives, you'll need to sort your data into unified locations on the backup target first, THEN run dedupe tools against it all.
Second, if all of your data from these drives fits uncompressed on the target drive, rsync will be the fastest to get the data from A to B.
Of course.
Goal #1 is to migrate what data I can (which is a fucking lot) all over to the 4TB, in separate folders for each drive. Only after that will I worry with scanning for dupes and organizing things.
I'm just looking for advice on what software is recommend for helping deal with such large tasks in advance.
I've actually got 2X 4TB drives plus a single 2TB drive. But yeah, I know the best and easiest way is to consolidate it all on one drive first.
Then rsync is your friend, like so
rsync -avzp /drive1/ /target2/drive1/
That will copy all the files from drive1 to a destination folder in the backup drive called 'drive1'.
Joy oh joy, I got like 75+ optical discs and like 10+ hard drives (whatever still works) to back up.
This is already gonna take months I know, just my free time at the end of the day.
This is gonna be fun. /s
Thank you and everyone for the advice though.
Side note, I think one of my drives has almost all the SNES game ROMS...