[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] "mnewer" command for ftp(1)



Fabio Olive Leite wrote:
> Inspired by "wget -m" and downloading snapshots every few days, I
> implemented an "mnewer" command for the ftp client. It is basically
> "mget" mixed with "newer", and allows one to easily download only the
> files that were updated since the last download.

rsync -P --checksum -L --recursive --times rsync://rsync.openbsdmirror.org/OpenBSD/snapshots/i386/

Will even use the already available packages. So if your ftp download to
the rsync mirror would be 100kb/s you get a download like 200kb/s

And if there was nothing to update rsync won't do anything.


# Han