Thus said [email protected] on Sat, 09 Aug 2014 11:39:31 -0000:
> The problem there is that I want it to tell me when a sync fails, but > I don't want to hear "sync succeeded" over and over. cron will only email if there is output, so you can suppress stdout and leave stderr open. Any errors will be reported via email, while successful syncs will go unreported. <schedule> cron commands >/dev/null Or if you want to keep output as Stephan as suggested: <schedule> cron commands >>/path/to/log Andy -- TAI64 timestamp: 4000000053e646ab _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

