From owner-freebsd-questions@FreeBSD.ORG Sun Mar 19 10:58:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E654416A420 for ; Sun, 19 Mar 2006 10:58:56 +0000 (UTC) (envelope-from pergesu@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E64C43D45 for ; Sun, 19 Mar 2006 10:58:56 +0000 (GMT) (envelope-from pergesu@gmail.com) Received: by zproxy.gmail.com with SMTP id i11so885174nzi for ; Sun, 19 Mar 2006 02:58:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qzIxfS+8QQ2fZGDm879W4tG4JXrS8w0kCcvSHybtJ06Ow7oldW8xmaL6NXmK4YqfsPozLFFcNXS1oG4glr13aRdsu8FGcHPxCNNQdu89lXXFMnry9C48asMURcS+dRCLsz3S2T4rrF4StodYMQWKBTXQg2r6wJoJfkg9nhLW13Q= Received: by 10.37.21.48 with SMTP id y48mr1218440nzi; Sun, 19 Mar 2006 02:58:55 -0800 (PST) Received: by 10.36.50.5 with HTTP; Sun, 19 Mar 2006 02:58:55 -0800 (PST) Message-ID: <810a540e0603190258u6717013fybf3d5f0dad32d5a9@mail.gmail.com> Date: Sun, 19 Mar 2006 03:58:55 -0700 From: "Pat Maddox" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Daily chksetuid script - how to ignore certain dirs/filesystems? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2006 10:58:57 -0000 I have a backup script that runs every night, backing up everything to a backup drive. When the security script runs, it finds a bunch of setuid files at /backup - I'd like to ignore those files, so I don't have to wade through them every day. I also back up to a remote server and it results in the same thing. How can I make it skip over the backup dir, or at least ignore it in the output? The cron file in question is /etc/periodic/security/100.chksetuid Pat