backup_script_using_xcopy
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
backup_script_using_xcopy [2010/02/26 05:26] – 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 | ||
Line 7: | Line 9: | ||
Example 2: | Example 2: | ||
+ | < | ||
REM backup_Users_cjuckins.bat | REM backup_Users_cjuckins.bat | ||
REM 25 Feb 2010 | REM 25 Feb 2010 | ||
rmdir /s /q " | rmdir /s /q " | ||
mkdir " | mkdir " | ||
- | xcopy " | + | xcopy " |
+ | </ | ||
More information on the web: | More information on the web: | ||
[[http:// | [[http:// |
backup_script_using_xcopy.1267180004.txt.gz · Last modified: 2010/02/26 05:26 by juckins