backup_script_using_xcopy
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
backup_script_using_xcopy [2010/02/22 20:39] – created juckins | backup_script_using_xcopy [2025/03/20 19:42] (current) – juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== Backup Script with XCopy ==== | ||
+ | |||
Put the following text in a file and name it xcopyScript.bat | Put the following text in a file and name it xcopyScript.bat | ||
+ | Example 1: | ||
< | < | ||
xcopy " | xcopy " | ||
</ | </ | ||
+ | Example 2: | ||
+ | < | ||
+ | REM backup_Users_cjuckins.bat | ||
+ | REM 25 Feb 2010 | ||
+ | rmdir /s /q " | ||
+ | mkdir " | ||
+ | xcopy " | ||
+ | </ | ||
+ | More information on the web: | ||
+ | [[http:// |
backup_script_using_xcopy.1266889183.txt.gz · Last modified: 2010/02/22 20:39 by juckins