RE: How to get first level folder names with rsync commands?

2009-06-30 Thread Tony Abernethy
Something like ls -d NetBackup/* | wc should be informative. (assuming something unixy, of course -- cygwin stuff might work) -Original Message- From: rsync-bounces+tony=servacorp@lists.samba.org [mailto:rsync-bounces+tony=servacorp@lists.samba.org] On Behalf Of Daniel.Li

RE: How to get first level folder names with rsync commands?

2009-06-30 Thread Daniel.Li
Well, what I mean is running some rsync command, and get a list something like. $ rsync options destination List: test1 test2 Is it possible with rsync options? On Wed, 2009-07-01 at 00:23 -0500, Tony Abernethy wrote: Something like ls -d NetBackup/* | wc should be informative.