Good day,
Can anyone see what I have done wrong with my script; I would like to back up the contents SQL however only the folder structures are being copied, ther are no files!
Best regards
-------------------------------------------------
rem
net stop MSSQL$SBSMONITORING
net stop MSSQL$SHAREPOINT
net stop MSSQL$WSUS
set quelle1="C:\Programme\Microsoft SQL Server"
set ziel1="G:\Raid\SQL_Datensicherung"
robocopy %quelle1% %ziel1% /E /purge /COPYALL /V /NP /Xo /R:2 /W:2
Can anyone see what I have done wrong with my script; I would like to back up the contents SQL however only the folder structures are being copied, ther are no files!
Best regards
-------------------------------------------------
rem
net stop MSSQL$SBSMONITORING
net stop MSSQL$SHAREPOINT
net stop MSSQL$WSUS
set quelle1="C:\Programme\Microsoft SQL Server"
set ziel1="G:\Raid\SQL_Datensicherung"
robocopy %quelle1% %ziel1% /E /purge /COPYALL /V /NP /Xo /R:2 /W:2