Re: Syncing multiple sub-directories to one directory

2020-10-04 Thread Rob Campbell via rsync
After more testing, I found that that command only syncs files that are in that top dir. It doesn't recurse through all the dirs. ~ When you are principled, set standards and stick to them some people will fall out of your life; let them!

Re: Syncing multiple sub-directories to one directory

2020-10-04 Thread Rob Campbell via rsync
My deepest apologies. I had an inotify running that anytime something was added to that directory it would run a script that was doing my original sync of pulling in all the directories and images. After turning that off, I was able to see your line work as you said it should. Thank you very muc