回答:
試す rsync -av ~/foo/ user@remote.com:/var/www/bar/
mv
かcp
。
/
、ディレクトリ名の後ろにあります。
rsyncだけに関連しているわけではありませんが、GNU / Linuxコマンドの使用例を探している場合は、明示的な例を表示する「eg」を使用できます。例えば、それをインストールする方法の説明とともに、ここから入手できます:https://github.com/srsudar/eg
の結果eg rsync
は次のとおりです
# rsync
copy the folder source_dir and its content into destination_dir
rsync -av source_dir destination_dir
copy the contents of source_dir (trailing slash) into destination_dir
rsync -av source_dir/ destination_dir