DanielSvoboda / Bekape

Automatically backs up the folders you choose to a remote device, Pendrive, external HD, or any other media. Separated by user, copying only new and/or modified files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bekape

portfolio_view

Bekape is a Windows Forms application that allows users to backup their files to an external drive. It uses the MD5 hash function to verify the integrity of backup files.

•DOWNLOAD: https://github.com/DanielSvoboda/Bekape/raw/main/Bekape.exe

To use Bekape, you first need to place the Bekape.exe program on a mobile device, such as a pendrive or external hard drive, it must be on the same drive as the backup! After opening the program, add the folders you want to back up to the folder list. You can do this by clicking the “Add Folder” button and selecting the folders you want to back up.

After adding the folders you want to back up, the backup process will start automatically, if while using the program you added or modified any information, use the "Synchronize" button. Bekape will compare the MD5 hashes of files in the source folders and backup folders. If the hashes are different, Bekape will copy the file from the source folder to the backup folder.

The next time you open the program, it will automatically start synchronizing after opening, the only action required is if you want to add/remove new folders or user.

Oh yes, each user can have their own backups, separate from other users' backups. This allows each user to back up their personal files without affecting other users' backups.

Bekape also has a console that you can use to view what new files and modified files are. To view the console, click the "Log" button.

portfolio_view

Dependency


•Microsoft.WindowsAPICodePack-Core
https://www.nuget.org/packages/WindowsAPICodePack-Core/1.1.2

•Costura.Fody
https://www.nuget.org/packages/Costura.Fody

About

Automatically backs up the folders you choose to a remote device, Pendrive, external HD, or any other media. Separated by user, copying only new and/or modified files.


Languages

Language:C# 100.0%