Re: excludes

2004-03-01 Thread tim
I have tweaked the excludes file after tests comparing the original with the backup. This excludes file is specifically targeted for older rsync versions as noted. rgds, tim. # whole system rsync excludes # rsync version 2.5.4 protocol version 26, linux 2.2.x, 2.4.x # includes before excludes #

Re: How to rsync only directories, no files inside ?

2004-03-01 Thread Wayne Davison
On Mon, Mar 01, 2004 at 02:11:32AM +0800, Steven Shiau wrote: > I need to create a lot of directories, just the same with remote's /var, > but I only need the directories, the files inside those sub-directories in > /var/ are not necessary for me. Simply include all dirs and exclude everything els

[MailServer Notification]To Recipient file blocking settings matched and action taken.

2004-03-01 Thread Administrator
ScanMail for Microsoft Exchange has blocked an attachment. Sender = [EMAIL PROTECTED] Recipient(s) = [EMAIL PROTECTED] Subject = Gallery photos Scanning time = 03/01/2004 09:21:13 Action on file blocking: The attachment caroline.zip matches the file blocking settings. ScanMail has Quarantined it

Gallery photos

2004-03-01 Thread rsync-cvs
I love meeting new people and making new friends. I am a Mary Kay Beauty Consultant. I am married to a wonderful man. We have no children, exept for a minature schnauzer that thinks he is a child. Looking forward to meeting you. password for archive: 35730 <> -- To unsubscribe or change options

Re: How to rsync only directories, no files inside ?

2004-03-01 Thread Tim Conway
$)CRsync doesn't have a "-type" qualifier, but as I understand it, it now includes a "--files-from=" option. find {path[s]} -type d -print |rsync --perms --owner --group --times --links --files-from=- {path[s]} {destinationhost}: Actually, I've just learned that --files-from turns off --recursiv