📜  使用 rsync 进行文件管理,尤其是处理远程设备 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:13.099000             🧑  作者: Mango

代码示例1
$ 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
##