```
@echo off
rem "C:\Users\FastCopy\FastCopy.exe" /cmd=diff /exclude="Thumbs.db;.DS_Store;Desktop.ini;DfsrPrivate\" /filelog="D:\Work\doc\FastCopy_log\FastCopy.log" /speed=full /error_stop=FALSE /force_close /acl=FALSE /verify=TRUE "C:\WEB_APP\workspace\web-module" /to="C:\WEB_APP\workspace\web-module"
setlocal
@set YEAR=%date:~0,4%
@set MONTH=%date:~5,2%
@set DAY=%date:~8,2%
@set HOUR=%time:~0,2%
@set MINUTE=%time:~3,2%
@set SECOND=%time:~6,2%
@set dir=%YEAR%%MONTH%%DAY%%HOUR: =0%%MINUTE: =0%%SECOND: =0%
rem echo %dir%
"C:\Users\FastCopy\FastCopy.exe" /cmd=diff /exclude="Thumbs.db;.DS_Store;Desktop.ini;DfsrPrivate\" /filelog="D:\Work\doc\FastCopy_log\FastCopy.log" /speed=full /error_stop=FALSE /force_close /acl=FALSE /verify=TRUE "C:\WEB_APP\workspace\web-module" /to="C:\WEB_APP\workspace\web-module_%dir%"
endlocal
```
'etc' 카테고리의 다른 글
전립선에 좋은 운동 (0) | 2019.06.03 |
---|---|
실존주의 상담 (0) | 2019.03.16 |
TELEGRAM BOT 만들기 (1) | 2019.01.30 |
이더리움을통한블록체인개발기본 (0) | 2019.01.30 |
MS계정으로 웹하드 이용하기(클라우드) (6) | 2018.03.05 |
댓글