From owner-freebsd-questions@FreeBSD.ORG Mon Sep 13 20:58:03 2004 Return-Path: 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 CD8AE16A4CE for ; Mon, 13 Sep 2004 20:58:03 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83F8F43D1F for ; Mon, 13 Sep 2004 20:58:03 +0000 (GMT) (envelope-from bjmccann@gmail.com) Received: by mproxy.gmail.com with SMTP id v18so433275rnb for ; Mon, 13 Sep 2004 13:58:01 -0700 (PDT) Received: by 10.38.8.74 with SMTP id 74mr1790897rnh; Mon, 13 Sep 2004 13:58:01 -0700 (PDT) Received: by 10.38.179.68 with HTTP; Mon, 13 Sep 2004 13:58:01 -0700 (PDT) Message-ID: <2b5f066d040913135816c2e950@mail.gmail.com> Date: Mon, 13 Sep 2004 16:58:01 -0400 From: Brian McCann To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: rsync problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Brian McCann List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 20:58:03 -0000 Hi all...I'm having problems using rsync, and it makes no sense to me. I'm running it with the following options: "rsync -e ssh -avpz --delete src dest". Whenever the src has lots of files (over 1000), it seams to just stop, verbose mode doesn't tell me anything relevant...and if i try again, it will just download more, then stop again. Any guesses anyone? Thanks, --Brian