Git Product home page Git Product logo

minifilter-file-backup's Introduction

BUILD:

The project was built and tested only on Windows 10 x64 at the moment.
There should be no big afforts to build and run it on another Windows version if appropriate SDK/DDK is installed

Requirements to build the project:
1. Download and install Visual Studio 2015:
https://www.visualstudio.com/downloads/
2. Download and install Window SDK for Windows 10
https://go.microsoft.com/fwlink/p/?LinkID=845298
3. Download and install WDK for Windows 10
https://go.microsoft.com/fwlink/p/?LinkId=845980



Install driver on Windows 10 x64:

INSTALL DRIVER TO LOAD AT BOOT TIME:
1. In cebackup.inf file find StartType = 3 and change it to = 0
2. Install cebackup.inf by right-click Install in File Explorer
3. Reboot Windows

INSTALL DRIVER TO LOAD ON DEMAND:
1. Install cebackup.inf by right-click Install in File Explorer
2. copy cebackup.sys C:\Windows\System32\drivers\
3. fltmc load cebackup


To run backup application
1. Fill cebackup.ini with appropriate insformation
2. Run ceuser.exe as standalone application. It will create backups upon writing to files from [Include*] in cebackup.ini



TEST:
1. Fill cebackup.ini with appropriate files and directories you want to monitor
2. Make sure cebackup is installed and run, ceuser.exe launched, see Install.txt
3. Write to the file form the [Included*] list of cebackup.ini, check Destination directory
4. Try to list of backup files: restore.exe listall
5. Try to restore some backup file, e.g: restore.exe restore_to example.txt.1 c:\temp
6. Try to restore some backup file to the original location, e.g: restore.exe restore example.txt.1

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.