This show has been flagged as Explicit by the host.
In today's show, oxo show us how you can use the output of the find command with -print0 option to rsync files to another location.
find . -type f -mmin -230 -print0 | rsync -aAXv --info=progress2,stats --progress --from0 --files-from - . dst