rsync -avP /home/user/.profile hpux3:/home/user/.profile
bash: rsync: command not found
Wenn ich ssh auf hpux3 mache
rsync
version 3.1.1 protocol version 31
Copyright (C) 1996-2014 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
output truncated
Ich habe PATH
in $HOME/.profile
und gesetzt $HOME/.bashrc
. Soll ich es in der /etc/profile
Datei einstellen ?
rsync
Befehl muss auf Ihrem lokalen Computer vorhanden sein.