Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 680 Bytes

File metadata and controls

23 lines (20 loc) · 680 Bytes

FolderBackup

.NET Core Quality Gate Status

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"
       }
    ]
 }