This application is intended to make a better protection for the backup files.
Modern cryptolockers can encrypt even remote files. AirGap is a Windows service that keeps specified files locked for writing, thus disallowing malware to alter them.

31/04/2017 - First idea.
7/05/2017 - 1.0 Release.


Usage:
On the backup storage machine install AirGap as a service from elevated command prompt:
sc create "AirGap" binPath= "C:\Program Files\AirGap\AirGap.exe"

In [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AirGap\Parameters] key define folders where files you want to lock and include/exclude masks:
"Folder0001"="D:\\Backup\\Daily"
"Include0001"="*.vbk; *.vbi"
"Exclude0001"="*.tmp; *.temp"

And finally start AirGap service:
sc start AirGap

When you need to remove old (or update) backup files - stop AirGap service, remove files and start service again.

Features

  • Locks backup files disallowing malware to alter them

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow AirGap

AirGap Web Site

Other Useful Business Software
MongoDB Atlas runs apps anywhere Icon
MongoDB Atlas runs apps anywhere

Deploy in 115+ regions with the modern database for every enterprise.

MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of AirGap!

Additional Project Details

Operating Systems

Windows

Intended Audience

System Administrators

User Interface

Non-interactive (Daemon)

Programming Language

C++

Related Categories

C++ Security Software, C++ Anti-Malware Software

Registered

2017-04-30