type Config struct {
Disabled string// used globally Type string// used globally ProviderType string// used globally Prefix string StorageExportType string TargetDirectory string RetentionCount int IncludeSecureShare bool// include secure directory on the backup IncludeInsecureShare bool// include insecure directory on the backup}