Guest User

Untitled

a guest
Jan 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @echo off
  2.  
  3. SET Today=%Date:~8,2%%Date:~3,2%%Date:~0,2%
  4.  
  5. net use a: \BACKUP_SERVERBackup
  6.  
  7. chcp 1250
  8.  
  9. Robocopy D: "A:OneDrive - Company" /A-:SH /R:0 /MIR /XF ~$*.* /XD "D:$RECYCLE.BIN" "D:System Volume Information" "D:FTP" "D:Scan" /NDL /NP /LOG+:"C:UsersrootDocumentsLOG%Today%.txt"
Add Comment
Please, Sign In to add comment