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
Data management solutions for confident marketing Icon
Data management solutions for confident marketing

For companies wanting a complete Data Management solution that is native to Salesforce

Verify, deduplicate, manipulate, and assign records automatically to keep your CRM data accurate, complete, and ready for business.
Learn More
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