What is Nostr?
Mosquito Kisser /
npub1van…0lzh
2025-02-07 02:35:10
in reply to nevent1q…txjm

Mosquito Kisser on Nostr: yeah i think this'll do: find /path/to/local_dir/ -type f | shuf | while read file; ...

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
Author Public Key
npub1vanh2g3ep7e99ajvg28dmundltwqgm9va7lex5unycpm585uht0qs00lzh