Received: by 10.180.105.41 with SMTP id gj9mr1725185wib.3.1351485844152; Sun, 28 Oct 2012 21:44:04 -0700 (PDT) Path: q13ni92742wii.0!nntp.google.com!goblin2!aspen.stu.neva.ru!goblin.stu.neva.ru!not-for-mail From: Hongyi Zhao Newsgroups: comp.unix.shell Subject: Re: Can I doesn't use popt alias file for rsync, while use the alias function in-line/in-place with the rsync command? Date: Mon, 29 Oct 2012 04:44:03 +0000 (UTC) Organization: NPO RUSnet InterNetNews site Lines: 13 Sender: zhaohs...@rusnet.ru Message-ID: References: <0.6d42ec8e9b4ea36e92c6.20121027204455BST.878var7l8o.fsf@bsb.me.uk> <0.a0cc05e00cc5b322ccf3.20121028212607GMT.87fw4y5lw0.fsf@bsb.me.uk> <0.dbae15dc7cf19dd35ddc.20121029024354GMT.87a9v6576d.fsf@bsb.me.uk> NNTP-Posting-Host: 222.75.242.74 Mime-Version: 1.0 X-Trace: aspen.stu.neva.ru 1351485843 25870 222.75.242.74 (29 Oct 2012 04:44:03 GMT) X-Complaints-To: abuse@rusnet.ru NNTP-Posting-Date: Mon, 29 Oct 2012 04:44:03 +0000 (UTC) User-Agent: Pan/0.140 (Chocolate Salty Balls; GIT 0becc9f git://git.gnome.org/pan2) Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On Mon, 29 Oct 2012 04:30:27 +0000, Hongyi Zhao wrote: > arg1=--no-p --no-g --chmod=ugo=rwX ... Sorry, should like this: arg1="--no-p --no-g --chmod=ugo=rwX" > rsync -av $arg1 --temp-dir=/tmp /media/cdrom/pool/ /home/werner/ > Desktop/111/ Regards