Download, Source, .net framework

Backup v1.2

A small and easy to use program for backing up a specified folder. Supports both complete and incremental backups. Associate the backup save file with the program for easy automatic incremental backup. Backed up files are compressed (if needed) and encrypted and renamed to avoid other people getting their hands on your backup files. Features complete restore from any previous backup state and partitial restore of selected directory/file from any backup state.

Be careful not to forget the password, only way to get it back is through a brute force attack, and that might take a while if your password is long.

To use this program you need to have MS .Net framework 2.0 installed, the latest version of it can be downloaded from www.microsoft.com (Follow the link at the top of the page).

Donate a dime if you like Backup and want to support further development.

History
Version 1.2
===========
* Improved md5 file format to be compatible with more programs.
* Fixed bug causing restored directories to have wrong time stamps.

Version 1.1
===========
* Added functionality to create checksum files (md5) during backup.
  Makes it possible to verify the integrity of the backup.

Version 1.0
===========
* Initial version