https://github.com/DuAell/FolderBackup
Backup folders and restore them easily using pre-defined path configurations
https://github.com/DuAell/FolderBackup
backup folder restore
Last synced: about 1 month ago
JSON representation
Backup folders and restore them easily using pre-defined path configurations
- Host: GitHub
- URL: https://github.com/DuAell/FolderBackup
- Owner: DuAell
- License: mit
- Created: 2020-01-30T12:19:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T01:06:36.000Z (over 4 years ago)
- Last Synced: 2024-11-13T14:47:12.968Z (7 months ago)
- Topics: backup, folder, restore
- Language: C#
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - DuAell/FolderBackup - Backup folders and restore them easily using pre-defined path configurations (C# #)
README
# FolderBackup
 [](https://sonarcloud.io/dashboard?id=DuAell_FolderBackup)
Backup folders and restore them easily using pre-defined path configurations
## Usage
Create a file config.json inside execution directory.
File content should be like :
```
{
"BackupConfigurations":[
{
"Name":"FolderA",
"OriginalPath":"C:\\MyFolder"
},
{
"Name":"FolderB",
"OriginalPath":"C:\\AnotherFolder"
}
]
}
```