@ECHO OFF
SETLOCAL
SET _source=b:\Backups
SET _dest=\\backupfp\Backup
SET _what=/COPYALL /B /SEC /MIR
:: /COPYALL :: COPY ALL file info
:: /B :: copy files in Backup mode.
:: /SEC :: copy files with SECurity
:: /MIR :: MIRror a directory tree
SET _options=/R:3 /W:7 /NFL /NDL /ETA
:: /R:n :: number of Retries
:: /W:n :: Wait time between retries
:: /NFL :: No file logging
:: /NDL :: No dir logging
ROBOCOPY %_source% %_dest% %_what% %_options%
ich führe das skript als domäne-admin aus und auf der netzplatte darf jeder schreiben/lesen. trotzdem kommt immer noch folgende fehlermeldung: keine Dateien Error 5 NTFS Security to Destination Directory. hab schon alles gemacht, was bei google zu finden war. insbesondere: http://www.administrator.de/Robocopy_-_kei..._Directory.html
und
http://www.pcreview....ead-2852628.php