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

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
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