Re: rsync most recent files from large source
- From: Rikishi 42 <skunkworks@xxxxxxxxxxxxx>
- Date: Tue, 29 Apr 2008 23:09:33 +0200
On 2008-04-29, GROG! <INVALID_EMAIL_CHECK_MY_SIG@xxxxxxxx> wrote:
What's happening is that rsync is transferring all the files each time
it's run, whether they've changed or not. As well, if the file listing
changes, rsync is not deleting the older files from the destination.
Add the -a flag to store dates (amongst others).
Add --delete to remove files files from dest, if they don't exist in source
anymore.
--
There is an art, it says, or rather, a knack to flying.
The knack lies in learning how to throw yourself at the ground and miss.
Douglas Adams
.
- Follow-Ups:
- Re: rsync most recent files from large source
- From: Rikishi 42
- Re: rsync most recent files from large source
- References:
- Re: rsync most recent files from large source
- From: Stephane CHAZELAS
- Re: rsync most recent files from large source
- Prev by Date: Re: rsync most recent files from large source
- Next by Date: Re: rsync most recent files from large source
- Previous by thread: Re: rsync most recent files from large source
- Next by thread: Re: rsync most recent files from large source
- Index(es):
Relevant Pages
|
|