当前位置:网站首页>The SQL backup bak in the batch compression folder is rar, and then delete the RAR 3 days ago
The SQL backup bak in the batch compression folder is rar, and then delete the RAR 3 days ago
2022-04-22 05:11:00 【Haihong AA】
@echo 1、 Every day 22:00 database sql Automatic backup to folder :E:\ The data backup \ Single file overwrite backup
@echo 2、 newly build windows Planning tasks , Every day 22:30 Execute this batch , Compress all bak File for rar, Then delete more than 3 Days of rar file
@echo 3、 Set up network disk backup software : Every day 23:00 The network disk starts to upload... In this folder rar To the network disk
@echo author : Haihong Software ,20220304,iHaiHong.cn
e:
cd E:\ The data backup \ Single file overwrite backup
@echo Compressing backup files bak by rar...
%windir%\SysWow64\ForFiles /p E:\ The data backup \ Single file overwrite backup /m *.bak /c "cmd /c winrar a -or -dr -m5 @fname @path"
@echo Deleting more than 3 Days of rar file ...
%windir%\SysWow64\ForFiles /p E:\ The data backup /m *.rar /d -3 /c "cmd /c del @file /f"
@echo Finished processing
版权声明
本文为[Haihong AA]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210628207963.html
边栏推荐
- Punch in: 4.20 C language chapter - (1) first acquaintance with C language - (10) keywords typedef, static
- bugly使用记录
- 【Pytorch】Tensor. Use and understanding of continguous()
- Go array slice
- Log4 log framework
- cv2. drawContours()、cv2. findContours()、cv2. Usage analysis of boundingrect (IMG) function
- Reset kubernetes cluster
- Regular expression of shell script
- Spark starter: wordcount
- Data distribution, correlation analysis and visualization method of data exploratory analysis (EDA)
猜你喜欢

Drawing scatter diagram with MATLAB

Analyzing redis distributed locks from the perspective of source code
What are the challenges of Internet of things testing, and how do software testing institutions ensure quality

A collection of common methods of data exploratory analysis (EDA)

EMO-DB 數據集的 Speech 特征提取

TDD开发模式与DDD开发模式

Summary of common methods, advantages and disadvantages of robot UAV visual obstacle avoidance

Pytorch builds a two-way LSTM to realize time series forecasting (load forecasting)

数据库(二)MySQL表的增删改查(基础)

Junit簡介與入門
随机推荐
Talk about anti reverse connection circuit in combination with practice (summary of anti reverse connection circuit)
JS Chapter 12
Nexus私服——(三) 在项目实战中使用私服仓库
Junit断言
Nexus private server - (II) console installation of version 3.2.0, initial password location
Pydeck enables efficient visual rendering of millions of data points
ThreadLocal underlying analysis
Chapter IX user and authority
常见的测试方式
A collection of common methods of data exploratory analysis (EDA)
On the unsuccessful creation of SQLite database in Android development real machine debugging
cv2.drawContours()、cv2.findContours()、cv2.boundingRect(img)函数用法解析
Take yourself to learn paddle (4)
Jackson
Chapter 7 select clause and sub query
Dynamic programming -- lc474 One and zero
Alibaba cloud performance test PTS new features in March
How to initiate mqtt 100 million connection and 10 million message throughput performance test
Regular expression validation
[Reading Notes - > statistics] 07-02 introduction to the concept of discrete probability distribution binomial distribution