Advertisement
Guest User

Untitled

a guest
Sep 16th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. ERROR : You do not have the Manage Auditing user right.
  2. ***** You need this to copy auditing information (/COPY:U or /COPYALL).
  3.  
  4. Add-Content E:ITSCopyScriptsbox1-backup-robocopy.log "script running"
  5. #Input the variables for the robocopy script
  6. $Source = "\box1-prodimagesprod"
  7. $Destination = "E:Box1Backupsimages"
  8. $Retries = 1
  9.  
  10. #This is the Robocopy script
  11. Robocopy.exe $Source $Destination /E /Z /COPYALL /XO /r:$Retries /purge /xd '$RECYCLE.BIN' 'System Volume Information' '._nfs' /log:E:ITSCopyScriptsbox1-backup-robocopy.log /tee
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement