• 0 Posts
  • 7 Comments
Joined 2 months ago
cake
Cake day: July 20th, 2025

help-circle
  • When my kids were in their teens they had windows machines.

    They had windows machines, because all their friends had windows machines.

    you know what kids are like, click on every thing. oblivious to danger.

    malware, viruses, the lot. of course, good old idiot dad had to sort it out. spending hours running anti-virus programs and malwarebytes etc

    I got really annoyed one day and while they were at school. I totally removed windows and installed linux mint xfce on both their machines.

    Set everything up for them exactly how I used my linux machine.

    Once they were online, had their web browser open, found they could login in to all the things they liked and still enage with their friends.

    I never heard a peep from them. no more anti-virus scans or malware.

    It was heaven.

    Ive used Linux for 20 years and never had a virus.



  • Hey Dessalines

    I never got on with rmlint. It never felt safe to me.

    I found fclones to be much better and safer.

    Plus there is a GUI version for those not using the terminal

    Gui Version https://github.com/pkolaczk/fclones-gui

    CLI version https://github.com/pkolaczk/fclones

    +++++++++++++++++++++++++

    Usage

    fclones offers separate commands for finding and removing files. This way, you can inspect the list of found files before applying any modifications to the file system.

    group – identifies groups of identical files and prints them to the standard output

    remove – removes redundant files earlier identified by group

    link – replaces redundant files with links (default: hard links)

    dedupe – does not remove any files, but deduplicates file data by using native copy-on-write capabilities of the file system (reflink)

    +++++++++++++++++++++++++

    I did actually test this by creating a directory with duplicates.

    test_dupes 186 files

    scanned directory for duplicates and created dupes.txt

    fclones group . >>dupes.txt

    dupes.txt

    remove duplicates to another directory

    /home/user/Desktop/dupes

    fclones move target_dir <dupes.txt

    fclones move /home/user/Desktop/dupes <dupes.txt

    test_dupes now has 173 files