Re: Rsync to upload certain files and ignore others

2005-03-11 Thread Wayne Davison
On Fri, Mar 11, 2005 at 08:40:02AM -0500, Kevin Smith wrote: > --include="BackupFiles\Backup\%count%\ > --include="BackupFiles\Backup\%count%\*.gpg I forgot to mention: backslashes are NOT path separators -- use '/'. And that %count% reference may need to be written $count if you're not running c

RE: Rsync to upload certain files and ignore others

2005-03-11 Thread Kevin Smith
5 8:38 PM To: jediknight2 Cc: rsync@lists.samba.org Subject: Re: Rsync to upload certain files and ignore others On Thu, Mar 10, 2005 at 05:20:49PM -0800, jediknight2 wrote: > I have tried this > rsync -rav -e ssh --include='*.gpg' --exclude='*' \Backup\%count%\ > [EMAIL PROTEC

Re: Rsync to upload certain files and ignore others

2005-03-10 Thread Wayne Davison
On Thu, Mar 10, 2005 at 05:20:49PM -0800, jediknight2 wrote: > I have tried this > rsync -rav -e ssh --include='*.gpg' --exclude='*' \Backup\%count%\ > [EMAIL PROTECTED]:\%count%\ Are there subdirectories involved? The man page talks about how you need to specify --include='*/' in that situation

Re: Rsync to upload certain files and ignore others

2005-03-10 Thread jediknight2
se files but that is opposite of what I want to do..I want to ignore ALL files except *.gpg files...this is on WinBlows, but the syntax should be the same for the most partany suggestions... Re: Rsync to upload certain files and ignore others Wayne Davison Sat, 12 Feb 2005 23:04:20 -0800 On Thu, F

Re: Rsync to upload certain files and ignore others

2005-02-12 Thread Wayne Davison
On Thu, Feb 10, 2005 at 09:40:20AM -0800, jediknight2 wrote: > Is there a way for RSYNC when its backing up a folder say c:\output to > ignore certain file extentions as a whole...so basically ignore all other > files EXCEPT *.gpg files? You can exclude all files except *.gpg files from the transf