home.social

#rmlint — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rmlint, aggregated by home.social.

fetched live
  1. Esto pasa cuando tienes el respaldo, del respaldo, del respaldo... Y #rmlint viene al rescate

  2. After having several troubles with #backuppc, which used to be my tried and true reliable backup server software, I am looking at other ways of doing things.

    I have learned that #btrfs file system has features that include not taking up extra disk space when making a copy and that #rmlint can be run on a schedule to de-duplicate.

    I think some scripting, cron and rsync on top of btrfs may be a more long term reliable solution to how I'd like to do backup than specialized software.

  3. @10leej Hey, I know that you use and like #btrfs. I haven't used it yet, but am considering it as it may take up less storage space with its copy and de-duplicating abilities (paired with #rmlint)

    What is the short list of reasons you like BTRFS ?

  4. Today, #rsync is backing up 8TB of data to a USB 7TB hard drive. How do you fit 8TB in 7TB of space? Heavy #btrfs compression and reflink file deduplication with #rmlint.
  5. is a filesystem junk cleaner.

    rmlint is a simple tool that scans a directory or a set of files for duplicates, empty files/directories, orphaned files, and several other problematic things. After rmlint finishes scanning it creates a file and shell script which contains the to be removed files. Running the shell script deletes these files after confirmation.

    Website 🔗️: rmlint.readthedocs.io/

    apt 📦️: rmlint

  6. tip: with -c sh:link it deduplicates at the file level; useful when you want to keep procrastinating cleaning up your mess, and just need some space #rmlint #data