質問編集履歴

1

追記

2018/03/13 20:08

投稿

igar
igar

スコア110

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,19 @@
45
45
  `_$ rsync --version
46
46
 
47
47
  rsync version 3.1.1 protocol version 31`
48
+
49
+
50
+
51
+ ## 追記
52
+
53
+
54
+
55
+ フルパスでもダメです…。
56
+
57
+
58
+
59
+ ```
60
+
61
+ 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_
62
+
63
+ ```