Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

WINDOWS auto-package directory script is copied to a remote backup server to save

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Description of requirements:

A directory on a WINDOWS server needs to be backed up regularly

Environment description:

1. Local Windows SERVER 2016 S (64-bit) 192.168.100.9

2. Remote backup server LINUX 192.168.1.100

Front:

1. Install WINRAR software and NFS service on the local WINDOWS

2. Remote backup server sets up NFS service and starts it, configures relevant parameters, and creates a good folder.

Vi / etc/exports

/ BAK 192.168.100.0 Compact 24 (rw,no_root_squash,sync)

3. WINDOWS mount to access remote backup server directory

BAT script:

D:\

Cd D:\ remotebak\

"C:\ Program Files\ WinRAR\ WinRAR.exe" a reportbak%date:~0,4%%date:~5,2%%date:~8,2%.rar D:\ FineReport\ webapps\ webroot\ WEB-INF\ reportlets

Copy D:\ remotebak\ reportbak%date:~0,4%%date:~5,2%%date:~8,2%.rar\\ 192.168.1.100\ bak\

Cd D:\ remotebak\

Forfiles / p D:\ remotebak\ / s / m * .rar / d-7 / c "cmd / c del @ path"

Set up automatic task scheduling in WINDOWS

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report