diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-03-27 15:35:05 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-03-27 15:35:05 +0200 |
| commit | 4802a137108d0535b054ccb802aa0bd4abd7721d (patch) | |
| tree | a58bd3d80ed193874266197ab03822265cef2c2b | |
| parent | e292c6858835b789533964155060162c69d3f5ed (diff) | |
add sync-note2
| -rwxr-xr-x | bin/sync-note2 | 8 |
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 + |
