Avancée du projet: Fonctionnel
Présentation:
Le script:
@ECHO OFF SETLOCAL net use Z: \\SERVEUR\PARTAGE$ /persistent:NO SET _source=d:\ SET _dest=Z:\ SET _what=/B /MIR /XD "RECYCLER" "System Volume Information" :: /COPYALL :: COPY ALL file info :: /B :: copy files in Backup mode. :: /SEC :: copy files with SECurity :: /MIR :: MIRror a directory tree :: /XD :: Exclure des repertoires SET _options=/R:0 /W:0 /LOG:MyLogfile.txt /NFL /NDL /Z :: /R:n :: number of Retries :: /W:n :: Wait time between retries :: /LOG :: Output log file :: /NFL :: No file logging :: /NDL :: No dir logging :: /Z :: Restart mode (lost connection) ROBOCOPY %_source% %_dest% %_what% %_options% net use Z: /delete mailsend -d DOMAINE.PUBLIC -smtp SMTP -t MAIL-DEST -f MAIL-EXP -sub "TITRE MAIL" -a "MyLogfile.txt,text/plain"
TODO Liste:
Historique:
Page générée en 0.005 secondes