From owner-freebsd-questions@FreeBSD.ORG Mon Jan 30 07:57:18 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 A4FCB16A420 for ; Mon, 30 Jan 2006 07:57:18 +0000 (GMT) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.245.105.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE1E243D4C for ; Mon, 30 Jan 2006 07:57:17 +0000 (GMT) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id A07FD312FA; Mon, 30 Jan 2006 02:57:13 -0500 (EST) Date: Mon, 30 Jan 2006 02:57:13 -0500 (EST) From: Ensel Sharon To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: excluding a particular filename from rsyncing ... help 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: Mon, 30 Jan 2006 07:57:18 -0000 Every night I rsync a directory tree from one system to another. Easy. However there is a particular set of files that could exist anywhere in that directory at any depth, and it is unknown how many there are at any given time. I want to make sure that rsync skips over those files regardless of where they ae, how deep they are, or how many there are. How can I do this on the command line, with rsync ? Thanks.