-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20fd582
commit 330285f
Showing
1 changed file
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,30 @@ | ||
# BearBackupUI | ||
A backup tool to backup directories (folders) manually or on schedule. Support for file versioning and mirroring. This application even supports dark mode. | ||
A backup tool to backup directories (folders) manually or on schedule. | ||
Support for file versioning and mirroring. This application **even** supports dark mode. | ||
|
||
## How to use | ||
1. Select the repository type (versioning / mirroring) and the repository path. | ||
The repository is used to manage and store the backup data. | ||
3. Select the target path for the backup. | ||
4. Create. | ||
|
||
## Build this application manually | ||
You will need to manually download the following nuget package and load it into the project before you build it. | ||
[BearMarkupLanguage](https://github.com/BearOffice/BearMarkupLanguage), | ||
[LoggingLib](https://github.com/BearOffice/LoggingLib) | ||
|
||
## Screenshot | ||
### Main panel | ||
<img width="600" alt="1" src="https://github.com/BearOffice/BearBackupUI/assets/51944655/70a3cefc-6042-45ef-a64a-84d89faa2f70"> | ||
|
||
### Create repository | ||
<img width="615" alt="2" src="https://github.com/BearOffice/BearBackupUI/assets/51944655/c253497d-4209-4107-9c4e-b223af81cd31"> | ||
|
||
### Restore from backup repository | ||
<img width="600" alt="3" src="https://github.com/BearOffice/BearBackupUI/assets/51944655/c0785f2b-8838-4e52-99e0-eefa34cb05ca"> | ||
|
||
### Settings | ||
<img width="600" alt="4" src="https://github.com/BearOffice/BearBackupUI/assets/51944655/8e9feec0-0d7a-42d7-8dc1-b3d00d832267"> | ||
|
||
### Dark mode | ||
<img width="600" alt="5" src="https://github.com/BearOffice/BearBackupUI/assets/51944655/f58165b3-267b-40e8-bd09-9a7a2b61a963"> |