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
+6 -6
View File
@@ -118,15 +118,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 &quot;./ssh&quot; {target-data} {target-location}:{target-directory}
<pre><code>$ ./rsync -e &quot;./ssh&quot; {target-data} {target-location}:{target-directory}
</code></pre>
<h2 id="references">References</h2>
@@ -137,7 +137,7 @@ $ adb shell
<aside>
<div class="section"><a href="https://codersherlock.github.io/tags/Android" class="tag">Android</a> <a href="https://codersherlock.github.io/tags/ARM" class="tag">ARM</a> </div>
<div class="section"><a href="https://codersherlock.github.io/tags/android" class="tag">android</a> <a href="https://codersherlock.github.io/tags/arm" class="tag">arm</a> </div>
<div class="section share">
<a href="http://www.facebook.com/sharer.php?src=bm&u=https%3a%2f%2fcodersherlock.github.io%2fpost%2fCross-Compile-RSync-ARM%2f&t=Cross%20Compile%20RSync%20ARM" onclick="window.open(this.href, 'PCwindow', 'width=550, height=350, menubar=no, toolbar=no, scrollbars=yes'); return false;"><i class="fa fa-facebook"></i></a>
@@ -180,9 +180,9 @@ $ adb shell
</div>
<div class="list-group">
<a href="https://codersherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
<a href="https://codersherlock.github.io/categories/2016-07" class="list-group-item">2016-07</a>
<a href="https://codersherlock.github.io/categories/2016_08" class="list-group-item">2016_08</a>
<a href="https://codersherlock.github.io/categories/2016-08" class="list-group-item">2016-08</a>
</div>
</div>