Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これが私が実行しているコマンドです
rsync -av -e ssh httpdocs user@ipaddress:httpdocs
しかし、それは.htaccessのような隠しファイルを見逃しますか?
助けていただければ幸いです!
リッチ :)
rsyncを使用すると、すべてのサブディレクトリとファイルが自動的にコピーされます。隠しファイルをコピーするために追加のキーやオプションは必要ありません。