> -----Original Message----- > From: [email protected] [mailto:rsyslog- > [email protected]] On Behalf Of Aaron Nichols > Sent: Tuesday, October 20, 2009 10:38 PM > To: rsyslog-users > Subject: Re: [rsyslog] Enabling $ActionFileEnableSync caused > massiveincreaseinwrite volume (bytes/sec) to NAS - can someone helpshed > light? > > Also - can someone just confirm that my assumption is correct about the > expected behavior? Should the "$ActionFileEnableSync [on/off]" option > enable > the ABILITY to turn on file sync per action using "-" or does it do > something different?
See my other note, but there may be a subtle misunderstanding: The presence of "-" turns OFF file syncing. Absence of "-" causes a sync! So in *.* /path/to/fileWithSync *.* -/path/to/fileWithoutSync fileWithSync is being synced and fileWithoutSync is not! This is traditional config file syntax and probably the main reason why *a lot* of real-world config files do syncs... Rainer _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

