MIN_REDUNDANCY=1
MIN_FILES=2 # If you only have one file in a group, you'd just make copies of it, no need for annex-ec
MIN_VOLUMES=$((MIN_REDUNDANCY + MIN_FILES))
for (( num_vols=MIN_VOLUMES; num_vols <= 10; num_vols++ ));do
MIN_REDUNDANCY=1
MIN_FILES=2 # If you only have one file in a group, you'd just make copies of it, no need for annex-ec
MIN_VOLUMES=$((MIN_REDUNDANCY + MIN_FILES))
for (( num_vols=MIN_VOLUMES; num_vols <= 10; num_vols++ ));do