way to check that my local file system has NOT changed
Hi,
I use rsync to synchronize my file system with remote server.
Rsync is time consuming and I want to avoid it in many cases.
I am looking for a quick way to check that my local file system has NOT
changed
since a given time, so that I would no
Hi,
I use rsync to synchronize my file system with remote server.
Rsync is time consuming and I want to avoid it in many cases.
I am looking for a quick way to check that my local file system has NOT
changed
since a given time, so that I would not have to run rsync.
The trivial solution would be