On Mon, 27 Jul 2009 12:16:47 +0400, Vasiliy G Tolstov <[email protected]> wrote: > I'm use paludis -s --log-level silent, but cron mailing output contains > rsync messages. Is that possible to not specify rsync options to silent > working in repository config if the paludis runs with --log-level > silent ?
You'll want to look at the sync_options repository configuration setting. http://paludis.pioto.org/configuration/syncers.html, or `paludis --list-syncers` has a list of what options are valid for which syncers. You probably want something like: sync_options = --rsync-option=-q But, as Dirk mentioned, you're likely to get banned from at least some of Gentoo's rsync mirrors if you sync that frequently. -- Mike Kelly _______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
