teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

追記

2018/03/13 20:08

投稿

igar
igar

スコア110

title CHANGED
File without changes
body CHANGED
@@ -21,4 +21,12 @@
21
21
  環境
22
22
  bash on windows
23
23
  `_$ rsync --version
24
- rsync version 3.1.1 protocol version 31`
24
+ rsync version 3.1.1 protocol version 31`
25
+
26
+ ## 追記
27
+
28
+ フルパスでもダメです…。
29
+
30
+ ```
31
+ rsync -av -e "ssh" -r /mnt/c/_sync_/ --exclude='/mnt/c/_sync_/node_modules/' --exclude='/mnt/c/_sync_/package.json' root@150.95.1.0:/root/lib/_sync_
32
+ ```