Re: Downloading specific files with rsync and make them keeping the original directories structures.

2015-04-06 Thread Hongyi Zhao
On Mon, 06 Apr 2015 00:34:37 -0400, Kevin Korb wrote:

 See --relative though it will need a little bit of massaging to avoid
 the debian dir.

Good, thanks a lot.  The following command does the trick:

rsync -vR -P rsync://ftp.cn.debian.org/debian/./dists/Debian7.8/main/
binary-i386/Packages.gz .

Regards
-- 
.: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Downloading specific files with rsync and make them keeping the original directories structures.

2015-04-05 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

See --relative though it will need a little bit of massaging to avoid
the debian dir.

On 04/06/2015 12:29 AM, Hongyi Zhao wrote:
 Hi all,
 
 See the following command:
 
 
 $ rsync -av ftp.cn.debian.org::debian/dists/Debian7.8/Release  .
 
 Which will download the file Release under the directory from which
 the rsync command is isssued.
 
 If I want to keep the original directories structures, say, for
 this case, put the the Release in the following location:
 
 ./dists/Debian7.8/Release
 
 If the directory tree doesn't exist, let the rsync create the
 directory structure firstly and then put the file into it.
 
 Is this possible for this case?
 
 Regards
 

- -- 
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~
Kevin Korb  Phone:(407) 252-6853
Systems Administrator   Internet:
FutureQuest, Inc.   ke...@futurequest.net  (work)
Orlando, Floridak...@sanitarium.net (personal)
Web page:   http://www.sanitarium.net/
PGP public key available on web site.
~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~'`^`'~*-,._.,-*~
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iEYEARECAAYFAlUiDN0ACgkQVKC1jlbQAQfMrwCdH5vYHTsUFcetEgd1I9jrNpN8
clwAoIEUYPJZuq7Cr6wfEln1vYxvhFGn
=iMUS
-END PGP SIGNATURE-
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Downloading specific files with rsync and make them keeping the original directories structures.

2015-04-05 Thread Hongyi Zhao
Hi all,

See the following command:


$ rsync -av ftp.cn.debian.org::debian/dists/Debian7.8/Release  .

Which will download the file Release under the directory from which the 
rsync command is isssued.

If I want to keep the original directories structures, say, for this 
case, put the the Release in the following location:

./dists/Debian7.8/Release

If the directory tree doesn't exist, let the rsync create the directory 
structure firstly and then put the file into it.

Is this possible for this case?

Regards
-- 
.: Hongyi Zhao [ hongyi.zhao AT gmail.com ] Free as in Freedom :.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html