I've waited a month for this IT team to give me access to developer env so I can at least run the code. Turns out they're cock bloking me with stupid arbitrary security restrictions. I will now proceed to yoink the code from SSH and I WILL get shit done. idc anymore these guys are driving me insane

Reply to this note

Please Login to reply.

Discussion

yeah i think this'll do:

find /path/to/local_dir/ -type f | shuf | while read file; do

rsync -az --partial --ignore-existing --size-only --bwlimit=500 "user@remote:$file" "/path/to/local_dir/"

sleep $((RANDOM % 300)) # Random delay between 0-5 minutes

done

Just put the access permissions in the fucking bag, IT janny.