Giter Club home page Giter Club logo

mfbaktool's Introduction

mfbaktool guide 用法

关于 about mfbaktool

  1. 基于 FastCopy 写的备份脚本

    方便设置到 windows计划任务 里,执行成功或者失败都能写入日志。

  2. 目前v1版本ver1.3.2仅支持 fastcopyjob 功能

  3. 后续版本准备增加多任务功能,以及配合bitlocker 加密备份功能

推荐用法 user guide

  1. 点开v1/下面的fastcopy.exe,新建任务,任务名 :any_your_job_name_1

    v1/下面的 demo_job.bat 复制到你备份的目标文件夹父目录下(即,和目标文件夹同级)

  2. 重命名你复制的 demo_job.batmbt_1---你的fastcopy任务名---需检测的源目录路径.bat

    例如: mbt_1---any_your_job_name_1---C##test 1#bak source dir#.bat 意为: 检测 C:\test 1\bak source dir\ 如果存在就执行fastcopy任务 any_your_job_name_1

    由于windows不允许 :\ 作为文件名,所以请将它替换为# 同时不支持你的检测目录名含#号 你可以修改源文件来支持#号,如果你有特别需要。 文件名的切分符号为至少三个连续的---,你可以在源文件里修改为别的

  3. 如果你的mbt_1..your name.. .bat文件和job_1.bat(/v1/)文件在同目录,不需要修改

    如果你的mbt_1..your name.. .bat文件和job_1.bat(/v1/)文件不在同目录,则需要如下修改 打开你重名命的文件,修改其中两处变量:

set "mbt_tool_dir=D:\some directory\\mfbaktool\v1\"
:: mfbaktool执行脚本的目录
:: File directory where job_1.bat is stored

set "mbt_log_custom=C:\some_path\your bak directory\any bakname.log.txt"
:: 存放你备份日志文件名,必需以.txt结尾
:: The directory where your backup logs are stored
  1. 执行 mbt_1..your name.. .bat (double click) 就能看到效果

    execute mbt_1..your name.. .bat and you will see

    demo_1

  2. 如果你自己有fastcopy.exe安装目录

    编辑 job_1.bat

    修改 "fastcopy_dir=fastcopy392\"

    例如: “fastcopy_dir=D:\path of your fastcopy install directory\“

welcome issue or pr

any question,issue please, thanks!

有任何问题请联系,谢谢!

mfbaktool's People

Contributors

codecoke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.