From owner-freebsd-questions@FreeBSD.ORG Mon Feb 16 13:07:01 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 B584D16A4CE for ; Mon, 16 Feb 2004 13:07:01 -0800 (PST) Received: from bender.bturtle.ch (unknown [213.200.251.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CF8843D1D for ; Mon, 16 Feb 2004 13:07:01 -0800 (PST) (envelope-from bla@dayab.ch) Received: from bender.bturtle.ch (localhost.bturtle.ch [127.0.0.1]) by bender.bturtle.ch (8.12.10/8.12.9) with ESMTP id i1GL6xr4015781 for ; Mon, 16 Feb 2004 22:06:59 +0100 (CET) (envelope-from bla@dayab.ch) Received: (from saes@localhost) by bender.bturtle.ch (8.12.10/8.12.9/Submit) id i1GL6wCg015780 for freebsd-questions@freebsd.org; Mon, 16 Feb 2004 22:06:58 +0100 (CET) X-Authentication-Warning: bender.bturtle.ch: saes set sender to bla@dayab.ch using -f Date: Mon, 16 Feb 2004 22:06:58 +0100 From: bla@dayab.ch To: freebsd-questions@freebsd.org Message-ID: <20040216210658.GB12702@bturtle.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i Subject: dump and : X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Feb 2004 21:07:01 -0000 Hi just stumbled over this. If I try to do a dump to a file which has a ':' in its name or path, dump tries to connect to a server (which is obvious as this is the notation for a remote dump). example: # dump -f some:file /var DUMP: rcmd: getaddrinfo: hostname nor servname provided, or not known DUMP: login to some as root failed. escaping (dump -f "some\:file" /var) does not work. Is this behaviour intended? Is there a workaround? (besides making a symlink w/o the : in the name or using another filename/path) regards Ste P.S. rsync (and probably some other tools using the same notation) behave the same