summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/sync-note28
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/sync-note2 b/bin/sync-note2
new file mode 100755
index 0000000..0bf0403
--- /dev/null
+++ b/bin/sync-note2
@@ -0,0 +1,8 @@
+#!/bin/sh -x
+
+#ssh ssh://u0_a79@localhost:8122
+
+h=u0_a79@localhost p=8122 d=$HOME/Sync/note2/
+
+rsync -avL -e 'ssh -l u0_a79 -p 8122' localhost:. $d
+