Re: Changes made to main.c on implementing real time Rsync

2010-11-10 Thread Wayne Davison
On Wed, Nov 10, 2010 at 6:37 AM, Steven Xu wrote: > Your solution is good but not fit my case. If there are a lot of files > or folders under l1, rsync -avR source/./l1/l2/l3/abc.txt dest::Worksheets/ > will check all the files and folders under l1. > What makes you think that? It just tran

RE: Changes made to main.c on implementing real time Rsync

2010-11-10 Thread Steven Xu
Hi, Wayne, Thanks for your suggestion. Your solution is good but not fit my case. If there are a lot of files or folders under l1, rsync -avR source/./l1/l2/l3/abc.txt dest::Worksheets/ will check all the files and folders under l1. Actually, I only care about abc.txt.