summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-03-27 15:35:05 +0200
committerMarc Vertes <mvertes@free.fr>2023-03-27 15:35:05 +0200
commit4802a137108d0535b054ccb802aa0bd4abd7721d (patch)
treea58bd3d80ed193874266197ab03822265cef2c2b /bin
parente292c6858835b789533964155060162c69d3f5ed (diff)
add sync-note2
Diffstat (limited to 'bin')
-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
+