31 Ocak 2020 Cuma

robocopy

robocopy <Source> <Destination> [<File>[ ...]] [<Options>]

example:
robocopy Source Destination /E /COPY:DATSOU /R:10 /W:3 /ZB /NP /TEE /LOG+:D:\FileCopy01.log

/e                 Copies subdirectories. Note that this option includes empty directories.
/copyall       Copies all file information (equivalent to /copy:DATSOU).
/r:<N>         Specifies the number of retries on failed copies. 
/w:<N>       Specifies the wait time between retries, in seconds.
/zb               Uses restartable mode. If access is denied, this option uses Backup mode.
/np               Specifies that the progress of the copying operation.
/tee              Writes the status output to the console window, as well as to the log file.

Hiç yorum yok:

Yorum Gönder

Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...