-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kopia enhancement - Enabling Features #7305
Comments
Updating or exposing the parameter may impact the behavior of kopia repo, we need to be careful not to break existing workflow. Let's keep it open and revisit this before feature freeze. |
restore parallel refer to: #7479 |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. If a Velero team member has requested log or more information, please provide the output of the shared commands. |
unstale |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days. If a Velero team member has requested log or more information, please provide the output of the shared commands. |
Some features may improve the performance:
kopia repository
Caching: cache sizes, cache duration
Compression: related algorithms, compression-max-size, compression-min-size
Sharding: default-shards
repository throttle:
UploadPolicy:
type UploadPolicy struct {
MaxParallelSnapshots *OptionalInt
json:"maxParallelSnapshots,omitempty"
ParallelUploadAboveSize *OptionalInt64
json:"parallelUploadAboveSize,omitempty"
}
Restore
The text was updated successfully, but these errors were encountered: