optimize for hhd

This commit is contained in:
Julian Freeman
2026-02-26 17:57:43 -04:00
parent f0ebeb1b2d
commit b2cf655dfb
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ COMBINED_FILE="${FILE_BASENAME}.txt"
mkdir -p "combined_files"
echo "Running ./rclone check ..."
./rclone check "$MD5_PATH" "$TARGET_DIR" --local-encoding "None" --exclude-from "exclude-list.txt" --checkfile "md5" --combined "combined_files/$COMBINED_FILE"
./rclone check "$MD5_PATH" "$TARGET_DIR" --local-encoding "None" --exclude-from "exclude-list.txt" --checkfile "md5" --transfers 1 --buffer-size "256M" --checkers 8 --combined "combined_files/$COMBINED_FILE"
if [ $? -eq 0 ]; then
echo "Success: Saved to "combined_files/$COMBINED_FILE""