Skip to content

Commit

Permalink
update jdupes command line option spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
akahles committed Oct 24, 2024
1 parent a130b74 commit 1194648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archiver/checks/default_preparation_checks.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ check_failure_msg=Found files looking like temporary files not potentially not n
precondition=printf "%%s\n%%s\n" "1.19" "$(jdupes -v | sed -E -n 's/.*jdupes ([1-9].[0-9]+).*/\1/p')" | sort -V -c
# need version 1.19 since semantics of filters have changed with that version.
precondition_failure_msg=jdupes could not be executed sucessfully, need at least version 1.19. Is it installed?
check_cmd=jdupes -X size+=:1M --hardlinks --recurse --printwithsummary .
check_cmd=jdupes -X size+=:1M --hard-links --recurse --print-summarize .
success_conditions=RETURN_ZERO, CONTAINS("No duplicates found.")
check_failure_msg=Found some larger duplicate files.
Review the output and consider running 'jdupes -X size+=:1M --hardlinks --recurse --linksoft {WDIR}' to softlink duplicate files to save space.
Review the output and consider running 'jdupes -X size+=:1M --hard-links --recurse --link-soft {WDIR}' to softlink duplicate files to save space.

0 comments on commit 1194648

Please sign in to comment.