![](https://seccdn.libravatar.org/avatar/4cd504f3d110df5aed9eacb355c1c500.jpg?s=120&d=mm&r=g)
18 Mar
2023
18 Mar
'23
17:06
On 3/16/23 7:24 AM, Bernhard Voelker wrote:
On 3/13/23 14:33, Liam Proven wrote:
I use `rsync` far more locally than I ever do across networks [...]
yes, another little example for local usage:
one can use `rsync --dry-run -i ...` to see which files have changed - and which not - since the last copy/backup (instead of diff, meld, ...). :-)
Have a nice day, Berny
That's a REALLY nice use case. I'll definitely be using that. Thanks. Does the term "change" include a difference in permissions and/or time/date?