From owner-freebsd-questions@FreeBSD.ORG Mon Aug 30 17:37:35 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38A81106566C for ; Mon, 30 Aug 2010 17:37:35 +0000 (UTC) (envelope-from kraduk@googlemail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id DB0168FC1E for ; Mon, 30 Aug 2010 17:37:34 +0000 (UTC) Received: by qyk4 with SMTP id 4so5820994qyk.13 for ; Mon, 30 Aug 2010 10:37:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=ey+3xUezAKBINsxuh7FVhGOcXVjUyxxgU+VIw2rqpJo=; b=cLSuAjifMm8jNocSKEzdUIZ7LiL7VFAuLPpJTQwQ+OuKUNsJnzz79Gq1VBMBKZG5DW MFiacrRMDWXsXG0h5wvw/kZ9ZTpfWVaAZAynMskohyoCi8sRTQqfLca7zoQD1m2eSxwW B8PUc4FjXLKPjkjysgimJHdMBPQjsoCjOxpbY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=GvDAtYygr8Gr5ej3G9Il5CbNvj42ZQFafTJ8hKzRKm26rjw5E1iafoljbZEWujD1YO SXMQXTwJOJBnCj9HSD+dbbWZdBeQWvpX3k0fNcWVhHoeNjSnNDWqw7Kp1hhXcD/LeSSS FVy8EVhEEFAf2jCZIYWgZJ2NThRDLel3nYenY= MIME-Version: 1.0 Received: by 10.229.213.199 with SMTP id gx7mr3287144qcb.141.1283189854086; Mon, 30 Aug 2010 10:37:34 -0700 (PDT) Received: by 10.229.189.70 with HTTP; Mon, 30 Aug 2010 10:37:33 -0700 (PDT) In-Reply-To: <20100827211306.68e261be.freebsd@edvax.de> References: <20100827170737.GA96063@thought.org> <26118_1282929673_4C77F409_26118_366_1_D9B37353831173459FDAA836D3B434999FDCA57D@WADPMBXV0.waddell.com> <20100827211306.68e261be.freebsd@edvax.de> Date: Mon, 30 Aug 2010 18:37:33 +0100 Message-ID: From: krad To: Polytropon Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Gary Gatten , Gary Kline , FreeBSD Mailing List Subject: Re: how do i scp .dotfiles?? 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 Aug 2010 17:37:35 -0000 On 27 August 2010 20:13, Polytropon wrote: > On Fri, 27 Aug 2010 12:21:12 -0500, Gary Gatten > wrote: > > Rename them, copy, then rename them back? > > Not good for a whole bunch of files; in this case: tar them together, > transfer the archive, untar it; rename afterwards if needed. :-) > > > > -- > Polytropon > Magdeburg, Germany > Happy FreeBSD user since 4.0 > Andra moi ennepe, Mousa, ... > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > or sudo tar cf - /somepath | ssh x@y " sudo tar xvf - -C somepath " I agree with other posts though rsync is the easiest