Skip to content

Backup folders and restore them easily using pre-defined path configurations

License

Notifications You must be signed in to change notification settings

DuAell/FolderBackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Backup folders and restore them easily using pre-defined path configurations

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages