The -c flag might be overkill a bit...
rsync uses the lastmodified time of a file before reverting to using checksums,
so as long as you don't go around modyfiyng files or doing touch * all over
the place, -c isn't strictly necessary. It requires more bandwidth and is heavier
on the cpu of both the client and the server.
Or so I believe
On Mon, Sep 10, 2001 at 07:36:53AM -0000, [EMAIL PROTECTED] wrote:
> stas 01/09/10 00:36:53
>
> Modified: pod modperl_dev.pod
> Log:
> update rsync flags to always bring perl sources to a pristine state
>
> Revision Changes Path
> 1.36 +3 -1 modperl-2.0/pod/modperl_dev.pod
>
> Index: modperl_dev.pod
> ===================================================================
> RCS file: /home/cvs/modperl-2.0/pod/modperl_dev.pod,v
> retrieving revision 1.35
> retrieving revision 1.36
> diff -u -r1.35 -r1.36
> --- modperl_dev.pod 2001/08/23 03:39:14 1.35
> +++ modperl_dev.pod 2001/09/10 07:36:53 1.36
> @@ -34,7 +34,9 @@
>
> For bleeding edge Perl:
>
> - % rsync -auvz rsync://ftp.linux.activestate.com/perl-current/ perl-current
> + # (--delete to ensure a clean state)
> + % rsync -acvz --delete --force \
> + rsync://ftp.linux.activestate.com/perl-current/ perl-current
> % cd perl-current
> % ./Configure -des -Dprefix=$HOME/bleedperl \
> -Dusethreads -Doptimize='-g' -Dusedevel
>
>
>
--
Philippe M. Chiasson <[EMAIL PROTECTED]>
Extropia's Resident System Guru
http://www.eXtropia.com/
Ignorance is bliss only as long as you keep your mouth
shut.
-- Larry Wall
perl -e '$$=\${gozer};{$_=unpack(P26,pack(L,$$));/^Just Another Perl
Hacker!\n$/&&print||$$++&&redo}'
PGP signature