Hi all, I've got two entries in my openSuSE syslog that recur regularly as a result of my rsnapshot backups, and I'd like to filter them out to separate logs: Jul 6 00:00:04 homestead kernel: [1997899.754678] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null) Jul 6 00:01:26 homestead rsnapshot[15224]: /usr/bin/rsnapshot hourly: completed successfully I've been able to get the logs going to a separate location successfully by adding these lines to my rsyslog.conf file: rsnapshot.* -/var/log/rsnapshot kernel.* -/var/log/kernel However, when rsyslog starts up, it gives this error: Jun 12 20:45:52 homestead rsyslogd-3000: unknown facility name "rsnapshot" Jun 12 20:45:52 homestead rsyslogd: the last error occured in /etc/rsyslog.conf, line 142:"rsnapshot.* -/var/log/rsnapshot" I'm ok with that error though because the logs are going to the proper files. Now I'm trying to get them to not show up in /var/log/messages. I had thought that I could add like ";kernel.none;rsnapshot.none" to this line: *.*;mail.none;news.none;cron.none -/var/log/messages but when I do that, it stops logging anything at all to /var/log/messages. I've done a ton of Google searches and haven't seemed to find anything useful up to this point; from what I've been reading, this should work. Am I missing something? Chris -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org