Excluding files with no extensions - windows cygwin client

2009-10-20 Thread dreniarb
to ignore files with no extensions? TIA -- View this message in context: http://www.nabble.com/Excluding-files-with-no-extensions---windows-cygwin-client-tp25976243p25976243.html Sent from the Samba - rsync mailing list archive at Nabble.com. -- Please use reply-all for most replies to avoid om

Re: Excluding files with no extensions - windows cygwin client

2009-10-20 Thread Steven Monai
dreniarb wrote: > using a standard rsync command line, with this as the --exclude-from file: > > + /*.pst > - *.* > > While this does include only files with a .pst extension, it also includes > files without an extension. This means about 5000 files instead of just a > handful. Using the --pru

Re: Excluding files with no extensions - windows cygwin client

2009-10-20 Thread dreniarb
ost replies to avoid omitting the mailing list. > To unsubscribe or change options: > https://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html > > Awesome. I did not even consider trying "+ */". and