From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neal Becker Newsgroups: gmane.emacs.help Subject: Re: dired operation - rsync? Date: Tue, 21 Jun 2011 11:54:36 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: dough.gmane.org 1308672563 13525 80.91.229.12 (21 Jun 2011 16:09:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2011 16:09:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 21 18:09:20 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 1QZ3Vv-0005Ge-Qa for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jun 2011 18:09:19 +0200 Original-Received: from localhost ([::1]:47581 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ3Vu-0006GL-Gz for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Jun 2011 12:09:18 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:32769) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ3Hy-0003Dg-OT for help-gnu-emacs@gnu.org; Tue, 21 Jun 2011 11:54:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZ3Hx-0003Zm-22 for help-gnu-emacs@gnu.org; Tue, 21 Jun 2011 11:54:54 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:49103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZ3Hw-0003Zh-NW for help-gnu-emacs@gnu.org; Tue, 21 Jun 2011 11:54:52 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QZ3Hv-0005sn-Tj for help-gnu-emacs@gnu.org; Tue, 21 Jun 2011 17:54:51 +0200 Original-Received: from 139.85.237.117 ([139.85.237.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jun 2011 17:54:51 +0200 Original-Received: from ndbecker2 by 139.85.237.117 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jun 2011 17:54:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.emacs.help Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 139.85.237.117 User-Agent: KNode/4.4.11 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:81388 Archived-At: Eli Zaretskii wrote: >> From: Neal Becker >> Followup-To: gmane.emacs.help >> Date: Tue, 21 Jun 2011 08:32:47 -0400 >> >> 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? > > What's wrong with hitting `!' after marking those files, and then > typing the rsync command? Only that you have no control over how those filenames get substituted into the command. rsync ${file} somepath...