Added the bulk_download ID to the tar.gz to prevent overwriting on conflicting files with same name – although overwriting of the same file with the same name + id will happen.
update: replaced the id with a timestamp
Notes
I have searched through CURL's & tar's manuals and there's no functionality of incremental rename of files. One way to achieve the incremental rename of files would be to create a bash script (that each user would need to have).
Tests
Go to downloads
Open details of file of these files
Select Advanced download and copy the URL
Open a terminal and paste the CURL pipeline
Perform steps 1-4 for a different download with the same file name that you just downloaded
Description
Added the bulk_download ID to the tar.gz to prevent overwriting on conflicting files with same name – although overwriting of the same file with the same name + id will happen.
update: replaced the id with a timestamp
Notes
I have searched through CURL's & tar's manuals and there's no functionality of incremental rename of files. One way to achieve the incremental rename of files would be to create a bash script (that each user would need to have).
Tests