Uso de RSYNC para la administración de archivos, especialmente para tratar con dispositivos remotamente

$ 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
##
Codes_bucket