Displaying 2 results from an estimated 2 matches for "gh6z0on8rn".
2020 May 06
1
How to diff two directories?
...to know what the differences are with the files.
> However, if that command lists a file something is different about it.
> add --itemize-changes to find out what.
I see this output. What does ">f.s........ 2.txt" mean? Thanks.
$ rsync -avun --delete --itemize-changes /tmp/tmp.GH6z0oN8rn/a/
/tmp/tmp.GH6z0oN8rn/b
sending incremental file list
>f.s........ 2.txt
sent 73 bytes received 19 bytes 184.00 bytes/sec
total size is 4 speedup is 0.04 (DRY RUN)
==> /tmp/tmp.GH6z0oN8rn/a/1.txt <==
1
==> /tmp/tmp.GH6z0oN8rn/a/2.txt <==
2
==> /tmp/tmp.GH6z0oN8rn/b/1.txt...
2020 May 06
2
How to diff two directories?
Hi,
I use this command. But it also shows the files that are the same. Is
there an option that can be specified so that only the differences are
printed? Thanks.
rsync -avun --delete src dir
--
Regards,
Peng