Hello, I am running a simple robocopy script to make a back up of a folder from my Server (where we installed the PRTG core server) to a NAS, as the following:
Robocopy
ServerAddress\WorkingFolder\
NASAddress\BackupFolder /COPY:DAT /B /MIR \LOG:C\RBLOG.TXT
The file is saved as robocopy.bat, placed in the Notification/EXE folder of the PRTG, as instructed.
The error was follow:
ERROR 1326 (0x0000052E) Creating Destination Directory
NASAddress\RMBACKUP\
The user name or password is incorrect.
According to Microsoft, the /COPY:DAT is a default, require no username/password to execute the script. I run the script manually in the Server and it works just fine
I did not specify Username and Password in the "Execute Program" setting though. If I must, what is the username/password then?
Could anyone show me how to make this work? Thank you
Add comment