亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

rsync The --password-file option may only be used when accessing an rsync daemon

  發(fā)布時間:2025-02-26 12:40:47   作者:佚名   我要評論
客戶端上傳文件執(zhí)行命令出錯,提醒The --password-file option may only be used when accessing an rsync daemon.查找資料也很少這樣的說法,最后發(fā)現(xiàn)是冒號的問題

The --password-file option may only be used when accessing an rsync daemon.
rsync error: syntax or usage error (code 1) at main.c(1418) [sender=3.1.3]

客戶端上傳文件執(zhí)行命令出錯,查找資料不得其解,最后發(fā)現(xiàn)是冒號的問題。

正確的格式如下

rsync -avz --password-file=/path/to/passwordfile /local/path/ user@remotehost::module_name/path/on/module/

請注意看,remotehost后面是兩個冒號,而不是一個,粗心大意少打了一個冒號,浪費(fèi)時間。

相關(guān)文章

最新評論