using rsync for file management especially for dealing with remotely devices
$ rsync [OPTION...] SRC... [DEST]
###
for dealing with remotely devices it is recommended to use rsync for time and data loss prevention sake
,i.g. when copying data and send it to server it is recommended to transfere data in stream mode
##