optimize for hhd
This commit is contained in:
@@ -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""
|
||||
|
||||
Reference in New Issue
Block a user