Browse Source

Remove size only restriction for link copying

master
Drew Short 5 years ago
parent
commit
9d0af0a5e6
  1. 2
      assets/out
  2. 2
      tag

2
assets/out

@ -176,7 +176,7 @@ if (( ${#file_links[@]} )); then
rclone_link_target="${rclone_link_destination}/${rclone_link_destination_subdir}" rclone_link_target="${rclone_link_destination}/${rclone_link_destination_subdir}"
fi fi
echo "Link Target: ${rclone_link_target}" echo "Link Target: ${rclone_link_target}"
rclone copy ${links_json_file} ${rclone_link_target} --size-only --progress --stats=2s rclone copy ${links_json_file} ${rclone_link_target} --progress --stats=2s
fi fi
cat "${links_json_file}" cat "${links_json_file}"
jq -n "{ jq -n "{

2
tag

@ -1 +1 @@
1.3.0 1.3.1
|||||||
100:0
Loading…
Cancel
Save