|
|
fr.comp.os.ms-windows.winnt Affichage de l'article : Re: Cherche logiciel de syncho de deux dossiers sur un meme PC W2K
Date :
Le 26 juillet 2004
From :
Jean-Marc Salis
Sujet :
Re: Cherche logiciel de syncho de deux dossiers sur un meme PC W2K
Bonjour,
J'utilise pour faire la même chose "Robocopy" =>
Robocopy.exe
Robust File Copy Utility
Version 1.95
Robocopy is a 32-bit command-line tool used for file replication. This
tool helps maintain identical copies of a directory structure on a
single computer or in separate network locations. Robocopy is included
in the Microsoft® Windows® 2000 Resource Kit.
Important
Robocopy version 1.95 requires Microsoft® Windows® 2000 or Microsoft®
Windows NT® version 4.0.
Using Robocopy, you can copy a single directory, or you can recursively
copy a directory and its subdirectories. The tool classifies files by
whether they exist in the source directory, in the destination
directory, or in both. In the latter case, the tool further classifies
files by comparing time stamps and file sizes between the source file
and the corresponding destination file. You control which classes of
files are copied.
If a file exists in both the source and destination locations, by
default Robocopy copies the file only if the two versions have different
time stamps or different sizes. This saves time if the source and
destination are connected by a slow network link. You can also specify
that copies are restarted in the event of a failure, which saves even
more time when your network links are unreliable.
Robocopy allows you to do the following:
• Use file names, wildcard characters, paths, or file attributes to
include or exclude source files as candidates for copying.
• Exclude directories by name or by path.
• Delete source files and directories after copying (that is, move
rather than copy them).
• Delete destination files and directories that no longer exist in the
source.
• Control the number of times the program retries an operation after
encountering a recoverable network error.
• Schedule copy jobs to run automatically.
Meilleures salutations.
--
Jean-Marc
-----------------
Jean-Marc Salis
Ch. du Cèdre 3b
1030 Bussigny
Tel.: +41 21 702 23 46
E-Mail: jean-marc.salis@freesurf.ch
Posez vos questions, réponses et remarques sur
les forums de FrameIP
|
|