Skip to content

Commit

Permalink
rclone: drop size-only flag. This creates confusing results.
Browse files Browse the repository at this point in the history
* Lots of things have identical sizes and differing contents, this is a
  really confusing default setting and counters the rclone default behaviour
  • Loading branch information
kallisti5 committed Dec 5, 2022
1 parent 8dcf256 commit c11f22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/out
Expand Up @@ -111,7 +111,7 @@ for destination in $destinations; do
fi
echo "Target: ${rclone_target}"
# shellcheck disable=2086
rclone ${rclone_command} "${rclone_source}" "${rclone_target}" --size-only --progress --stats=2s ${rclone_args}
rclone ${rclone_command} "${rclone_source}" "${rclone_target}" --progress --stats=2s ${rclone_args}
copy_rc=$?
if [[ -n "${rclone_sleep}" ]]; then
sleep ${rclone_sleep}
Expand Down Expand Up @@ -206,4 +206,4 @@ else
digest: $( echo -n "sha256:${sha256}" | jq -R . )
}
}" >&3
fi
fi

0 comments on commit c11f22d

Please sign in to comment.