K
kapibarra
Hello.
I am trying to use robocopy in order to automate my backup. I run the
below command from the command line and in the log file I get the error:
"ERROR 123 (0x0000007B) Accessing Source Directory
C:\Users\class1\"C:\Users\class1"\
The filename, directory name, or volume label syntax is incorrect."
The directory is there, the path is specified in the command exactly as
it shows up in windows (the case of each character is mirrored). I've
also tried with and without the trailing backslash. Here is the exact
command I'm using:
Robocopy “C:\Users\class1” “v:\class1\robocopy_backup” /MIR /XA:SH /XD
AppData /XJD /R:5 /W:15 /V /NP /LOG:Backup.log
Does anyone have and suggestions of things I could look at to find the
problem?
Thanks.
I am trying to use robocopy in order to automate my backup. I run the
below command from the command line and in the log file I get the error:
"ERROR 123 (0x0000007B) Accessing Source Directory
C:\Users\class1\"C:\Users\class1"\
The filename, directory name, or volume label syntax is incorrect."
The directory is there, the path is specified in the command exactly as
it shows up in windows (the case of each character is mirrored). I've
also tried with and without the trailing backslash. Here is the exact
command I'm using:
Robocopy “C:\Users\class1” “v:\class1\robocopy_backup” /MIR /XA:SH /XD
AppData /XJD /R:5 /W:15 /V /NP /LOG:Backup.log
Does anyone have and suggestions of things I could look at to find the
problem?
Thanks.