SayCyberOnceMore

  • 7 Posts
  • 325 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle




  • It varies of course, but most of my torrents are movies and linux ISOs (for real)

    I seed any Movies I leech at a 2:1 ratio… most are leeched from Europe, but I’ve had them from Canada, South America, Asia, but weirdly not many from North America.

    I like to give back more to the Linux community, so I’m constantly seeding Arch & Mint ISOs (as that’s just what I’m using… maybe something Raspberry-ish) - they go everywhere.

    I had a weird instance once where the same Chinese IP address was constantly re-downloading the same ISO. Could’ve been a VPN endpoint, but after I’d shared something like 40:1 there, I started using GeoIP to block it and similar regions I was uncomfortable with… so the world’s becoming smaller for me.








  • There’s BeyondCompare and Meld if you want a GUI, but, if I understand this correctly, rmlint and fdupes might be helpful here

    I’ve done similar in the past - I prefer commandline for this…

    What I’d do is create a “final destination” folder on the 4TB drive and then other working folders for each hdd / cd / dvd that you’re working through

    Ie

    /mnt/4TB/finaldestination /mnt/4TB/source1 /mnt/4TB/source2 …

    Obviously finaldestination is empty to start with so it could just be a direct copy of your first hdd - so make that the largest drive.

    (I’m saying copy here, presuming you want to keep the old drives for now, just in case you accidentally delete the wrong stuff on the 4TB drive)

    Maybe clean up any obvious stuff

    Remove that first drive

    Mount the next and copy the data to /mnt/4TB/source2

    Now use rmlint or fdupes and do a dry-run between source2 and finaldestination and get a feel whether they’re similar or not, so then you’ll know whether to just move it all to finaldestination or maybe then use the gui tools.

    You might completely empty /mnt4TB/source2, or it might still have something in, depends on how you feel it’s going.

    Repeat for the rest, working on smaller & smaller drives, comparing with the finaldestination first and then moving the data.

    Slow? Yep. Satisfying that you know there’s only 1 version there? Yep.

    Then do a backup 😉