@echo off
if exist y: net use y: /delete
net use y: \\192.168.50.36\smb /user:a\smb smb && xcopy /e/d/f "G:\bakup" "y:\U8\" && net use y: /delete
forfiles /p D:\smb\ZT003 /d -45 /c "cmd /c echo @file|findstr [1-9][023456789].$&&rd /s/q @path"
xcopy差异备份
Categories:
Related Post
NGINX1.4.2+PHP5.5.3+MYSQL5.5.33NGINX1.4.2+PHP5.5.3+MYSQL5.5.33
LNMP 环境一键安装,使用方法: 执行此命令 wget http://my-lnmp-down.google […]
SSL Vhost ConfigurationSSL Vhost Configuration
server { listen 80; ## listen for ipv4 listen [::]:80; […]
Teamspeak3错误Assertion “false” failed at server/serverlib/server_accounting.cpp:554;Teamspeak3错误Assertion “false” failed at server/serverlib/server_accounting.cpp:554;
因服务器报以下错误找了下原因: 2015-01-08 12:46:13.107626|CRITICAL|Acc […]