On Wed, 28 Jul 2010, R P Herrold wrote:

To: CentOS mailing list <centos@centos.org>
From: R P Herrold <herr...@owlriver.com>
Subject: [CentOS] wget and resulting filenames with mirror option
On Wed, 28 Jul 2010, Joseph L. Casale wrote:

Anyone know a way around this? I am using the mirror option so I don't
have to keep track of what to get making it simple.
my apology in advance for suggesting another tool, but, there
you are ...
What about rsync ?

rsync(1)

NAME
       rsync — a fast, versatile, remote (and local) file-copying tool

SYNOPSIS
       Local:  rsync [OPTION...] SRC... [DEST]

       Access via remote shell:
         Pull: rsync [OPTION...] [u...@]host:SRC... [DEST]
         Push: rsync [OPTION...] SRC... [u...@]host:DEST

       Access via rsync daemon:
         Pull: rsync [OPTION...] [u...@]host::SRC... [DEST]
rsync [OPTION...] rsync://[u...@]host[:PORT]/SRC... [DEST]
         Push: rsync [OPTION...] SRC... [u...@]host::DEST
rsync [OPTION...] SRC... rsync://[u...@]host[:PORT]/DEST
       Usages  with  just  one  SRC  arg and no DEST arg will list the source
       files instead of copying.

DESCRIPTION
       Rsync is a fast and extraordinarily versatile file copying  tool.   It
       can  copy  locally,  to/from  another  host  over any remote shell, or
       to/from a remote rsync daemon.  It offers a large number  of  options
       that  control  every  aspect  of its behavior and permit very flexible
       specification of the set of files to be copied.  It is famous for  its
       delta-transfer  algorithm,  which reduces the amount of data sent over
       the network by sending only the differences between the source files

...

Regards

Keith
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to