Hi Francis..
rsync -vvv -avz /home/test/cat \
> test@192.168.125.133:/home/test/cat \
> >& /tmp/log
test@192.168.125.133's password:
[test@foo cat]$
> test@192.168.125.133:/home/test/cat \
> >& /tmp/log
test@192.168.125.133's password:
[test@foo cat]$
[test@foo cat]$ grep ssh /tmp/log
cmd[0]=ssh cmd[1]=-l cmd[2]=test cmd[3]=192.168.125.133 cmd[4]=rsync cmd[5]=--server cmd[6]=-vvvvlogDtprze.iLs cmd[7]=. cmd[8]=/home/test/cat
opening connection using: ssh -l test 192.168.125.133 rsync --server -vvvvlogDtprze.iLs . /home/test/cat
cmd[0]=ssh cmd[1]=-l cmd[2]=test cmd[3]=192.168.125.133 cmd[4]=rsync cmd[5]=--server cmd[6]=-vvvvlogDtprze.iLs cmd[7]=. cmd[8]=/home/test/cat
opening connection using: ssh -l test 192.168.125.133 rsync --server -vvvvlogDtprze.iLs . /home/test/cat
On Fri, Apr 17, 2020 at 1:03 PM <Francis.Montagnac@xxxxxxxx> wrote:
Hi
Can you run this command (exactly it please, on 3 lines thus):
rsync -vvv -avz /home/test/cat \
test@192.168.125.133:/home/test/cat \
>& /tmp/log
Then:
grep ssh /tmp/log
Thanks.
--
francis
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx