View Single Post
Old 10-31-2012, 03:52 PM   #9
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
worked example:

me@dev ~ $ rsync -uLrvkn --ipv4 --progress --include="*" ~/GIT/buildroot-k3-current/output/target/usr/ root@k:/mnt/us/usr

or on the kindle

[root@kindle root]# rsync -urvn --ipv4 --progress --include="*" me@dev:~/GIT/buildroot-k3-current/output/target/usr/ /mnt/us/usr

for example.

(remove n for actually doing something)

or...

rsync -vzLS --ipv4 --progress /multistrap-debian-sid/rsync/debian.ext3 root@kt:/mnt/us/debian.ext3


or
Code:
rsync -vzL --inplace --ipv4 --progress /multistrap-debian-sid/rsync/debian.ext3 root@kt:/mnt/us/debian.ext3
could also be a way to do it.

Last edited by twobob; 11-15-2012 at 01:16 PM.
twobob is offline   Reply With Quote