issue 8813: remove restic from the valid uploader type

Signed-off-by: Lyndon-Li <lyonghui@vmware.com>
This commit is contained in:
Lyndon-Li
2025-07-07 15:55:24 +08:00
parent c505021752
commit 88ec5fa193
7 changed files with 12 additions and 16 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ func GetDefaultConfig() *Config {
LogLevel: logging.LogLevelFlag(logrus.InfoLevel),
LogFormat: logging.NewFormatFlag(),
DefaultVolumesToFsBackup: podvolumeconfigs.DefaultVolumesToFsBackup,
UploaderType: uploader.ResticType,
UploaderType: uploader.KopiaType,
MaxConcurrentK8SConnections: defaultMaxConcurrentK8SConnections,
DefaultSnapshotMoveData: false,
DisableInformerCache: defaultDisableInformerCache,