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
- Host: GitHub
- URL: https://github.com/r00tens/backup-manager
- Owner: r00tens
- License: mit
- Created: 2024-08-17T18:47:02.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T08:13:30.000Z (9 months ago)
- Last Synced: 2025-02-15T14:50:23.502Z (3 months ago)
- Topics: backup, backup-manager, csharp, net-framework, restore, wpf-app
- Language: C#
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.