[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: sshfs: problem with rsync



Le lundi 30 mars 2015, 10:45:25 Pierre Frenkiel a écrit :
> I'm using sshfs to copy some files from my PC to Android devices.
> With the cp  command, no problem, but trying with "rsync -av"
> gives the error:
> 
>     rsync: rename "/gs2/mnt/sdcard/.file.txt.xK3ZiH" -> "file.txt":
> Operation not permitted (1)

You don't need to use sshfs with rsync.

rsync is able to use ssh with something like

rsync -av /some/where remote_system:/to/some/where

Hope this helps



-- 
https://github.com/dod38fr/config-model/ -o- http://search.cpan.org/~ddumont/
    http://ddumont.wordpress.com/        -o-   irc: dod at irc.debian.org


Reply to: