From 4802a137108d0535b054ccb802aa0bd4abd7721d Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 27 Mar 2023 15:35:05 +0200 Subject: add sync-note2 --- bin/sync-note2 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bin/sync-note2 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 + -- cgit v1.2.3