This commit is contained in:
2016-08-16 13:51:16 -04:00
parent f760a04d05
commit 35d85c77f3
21 changed files with 620 additions and 41 deletions
+3 -3
View File
@@ -45,15 +45,15 @@ $ make
<pre><code>$ adb push rsync /data/local/tmp
$ adb shell
# cd /data/data/berserker.android.apps.sshdroid/dropbear
# mv ../../../local/tmp/rsync .
$ cd /data/data/berserker.android.apps.sshdroid/dropbear
$ mv ../../../local/tmp/rsync .
</code></pre>
<h2 id="run-rsync-with-argument">Run Rsync with argument</h2>
<p>Now we can easily use rsync in android shell. Similar to what we use on PC.</p>
<pre><code># ./rsync -e "./ssh" {target-data} {target-location}:{target-directory}
<pre><code>$ ./rsync -e "./ssh" {target-data} {target-location}:{target-directory}
</code></pre>
<h2 id="references">References</h2>