gibney.org
:
Technology
:
Linux
:
Compare directories over SSH
(Entry Nr. 438, by user 1 |
edit
)
Inspect the content of all files of a local and a remote dir and report which are different, new or deleted: <br> <br><span class=span_content_bash>rsync -navc --delete /local/dir/ user@host:/remote/dir/ | grep -v /$</span>
Create a new entry at this position