An open API service indexing awesome lists of open source software.

https://github.com/r00tens/backup-manager

BackupManager is a simple tool for creating, restoring, and scheduling file and folder backups with compression and integrity checks
https://github.com/r00tens/backup-manager

backup backup-manager csharp net-framework restore wpf-app

Last synced: about 2 months ago
JSON representation

BackupManager is a simple tool for creating, restoring, and scheduling file and folder backups with compression and integrity checks

Awesome Lists containing this project

README

        

# BackupManager

BackupManager is a simple file and folder backup manager. Created for the needs of a college project.

It allows you to create backups and restore files, as well as schedule automatic backups.

## Features

- making backups of files, folders with checksums (SHA256) in the form of a folder or zip file
- searching for created copies with the possibility of restoring to a target location after checking the integrity
- creating cyclic backups of files, folders performed by the service

## List of used mechanisms

- configuration files
- event log
- file system observer
- compression
- encryption

## Requirements

- .NET Framework ``4.8``

## License

This project is licensed under the MIT License - for details, see the [LICENSE](LICENSE) file.