feat(Config): Added remote target path
This commit is contained in:
parent
b8e9ddd838
commit
cad2dd18d3
5 changed files with 14 additions and 8 deletions
|
|
@ -21,6 +21,7 @@ type Config struct {
|
|||
BackupName string `json:"backupName"`
|
||||
FolderPath string `json:"folderPath"`
|
||||
StorageType string `json:"storageType"`
|
||||
TargetPath string `json:"targetPath"`
|
||||
CreateLocalBackup bool `json:"createLocalBackup"`
|
||||
} `json:"foldersToBackup"`
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue