[SunHELP] syncing/copying files

Kovalev, Ivan sunhelp at sunhelp.org
Mon Oct 8 09:44:20 CDT 2001


Hmm, I would change "could" for "should" ...

-----Original Message-----
From: kumar_bageshwar at jpmorgan.com [mailto:kumar_bageshwar at jpmorgan.com]
Sent: Monday, October 08, 2001 3:40 AM
To: sunhelp at sunhelp.org
Subject: Re: [SunHELP] syncing/copying files



U can do this using rdist



 

 

                    tech at bishop.dhs        To:     sunhelp at sunhelp.org

                    .org                   cc:

                    Sent by:               Subject:     [SunHELP]
syncing/copying files                              
                    sunhelp-admin at s

                    unhelp.org

 

 

                    06/10/01 00:32

                    Please respond

                    to sunhelp

 

 





-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I am tasked with syncing two directorys, sort of.  I have a large directory
with a ton of files (10K+) of which I want a subsection copied over to
another directory.  Luckily, all the files I want to move are prefaced by
known strings (foo, bar, boz), so I wrote a 5 line perl script that slurps
up
a config file that lists all the prefaces we want to copy, then does a

foreach $preface ($blah){sytem("cp $preface* /target") or die;}.

That works great.  However, next time I run the script, it copies all the
same files over again, plus the few additional files.  This is significant
because even the subsection is 1500+. My question is: how do I copy only
the
new files?  I couldn't find an option in man|info cp that would look to see
if the files are already there and skip if they are, though there are a ton
of 'overwrite|symlink|hardlink|whatever' options.  Has anyone done this
before?  Am I using the Right Tool for the Right Job?  Any help would be
greatly appreciated.

- --
D.A.Bishop
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7vkMMEHLN/FXAbC0RAj7QAJ999AIlMSCLzKR/4ZyvF1Dyg5b1VwCgnM13
C/C5c6kgrXiAXk4vQ7OFtaE=
=taaM
-----END PGP SIGNATURE-----
_______________________________________________
SunHELP maillist  -  SunHELP at sunhelp.org
http://www.sunhelp.org/mailman/listinfo/sunhelp




This communication is for informational purposes only.  It is not intended
as
an offer or solicitation for the purchase or sale of any financial
instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.

_______________________________________________
SunHELP maillist  -  SunHELP at sunhelp.org
http://www.sunhelp.org/mailman/listinfo/sunhelp



More information about the SunHELP mailing list