rsync -avP /home/user/.profile hpux3:/home/user/.profile
bash: rsync: command not found
Si j'ai fait ssh sur la machine hpux3
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
J'ai mis PATH
dans $HOME/.profile
et $HOME/.bashrc
. Dois-je le mettre dans le /etc/profile
fichier?
rsync
commande doit être présente sur votre ordinateur local.