From 11946487fcf1ad135128f0bf36cac401c84aa1bb Mon Sep 17 00:00:00 2001 From: Andre Kahles Date: Thu, 24 Oct 2024 11:51:40 +0200 Subject: [PATCH] update jdupes command line option spelling --- archiver/checks/default_preparation_checks.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archiver/checks/default_preparation_checks.ini b/archiver/checks/default_preparation_checks.ini index b15d69c..e9898b5 100644 --- a/archiver/checks/default_preparation_checks.ini +++ b/archiver/checks/default_preparation_checks.ini @@ -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. \ No newline at end of file + Review the output and consider running 'jdupes -X size+=:1M --hard-links --recurse --link-soft {WDIR}' to softlink duplicate files to save space.