From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: dired operation - rsync? Date: Tue, 21 Jun 2011 21:02:32 +0200 Message-ID: <8739j380tz.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1308699071 9165 80.91.229.12 (21 Jun 2011 23:31:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2011 23:31:11 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Neal Becker Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 22 01:31:07 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QZAPS-0005zf-Bk for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Jun 2011 01:31:06 +0200 Original-Received: from localhost ([::1]:48345 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZAPR-0005hK-EH for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jun 2011 19:31:05 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ6Dg-0006e2-0U for help-gnu-emacs@gnu.org; Tue, 21 Jun 2011 15:02:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZ6De-0004KV-E3 for help-gnu-emacs@gnu.org; Tue, 21 Jun 2011 15:02:39 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:58650) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QZ6Dd-0004KL-QU for help-gnu-emacs@gnu.org; Tue, 21 Jun 2011 15:02:38 -0400 Original-Received: (qmail invoked by alias); 21 Jun 2011 19:02:35 -0000 Original-Received: from p57BB8A81.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.138.129] by mail.gmx.net (mp051) with SMTP; 21 Jun 2011 21:02:35 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX182wwcfZj02nxI8SNZmAfvF+SSVujAT6rHB8rK/1r 83N490sxV7yMf8 In-Reply-To: (Neal Becker's message of "Tue, 21 Jun 2011 08:32:47 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.23 X-Mailman-Approved-At: Tue, 21 Jun 2011 19:24:29 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81394 Archived-At: Neal Becker writes: > I'd like to mark a bunch of files, but then, instead of Copy them, I want to > rsync them. Any ideas? Is this worthy of an enhancement request for dired? Have you tried Tramp's rsync method? It might suffice, if the target is remote. Best regards, Michael.