Backup folders and restore them easily using pre-defined path configurations
Create a file config.json inside execution directory. File content should be like :
{
"BackupConfigurations":[
{
"Name":"FolderA",
"OriginalPath":"C:\\MyFolder"
},
{
"Name":"FolderB",
"OriginalPath":"C:\\AnotherFolder"
}
]
}