Re: quick way to check that my local file system has NOT changed

2005-02-03 Thread Harish . Chakravarthy
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

quick way to check that my local file system has NOT changed

2005-02-02 Thread israel Gold
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