Skip to content

Commit

Permalink
Migrate from Restic to S3 (#21)
Browse files Browse the repository at this point in the history
* Migrate from Restic to S3
* Create Secret during Backup/Restore
* Allow for S3 endpoint overrides
  • Loading branch information
nickschuch authored Aug 3, 2022
1 parent 9c6b780 commit ee8180e
Show file tree
Hide file tree
Showing 20 changed files with 871 additions and 1,768 deletions.
1 change: 0 additions & 1 deletion apis/extension/v1/backup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ type BackupSpec struct {
type BackupStatus struct {
StartTime *metav1.Time `json:"startTime,omitempty"`
CompletionTime *metav1.Time `json:"completionTime,omitempty"`
ResticID string `json:"resticId,omitempty"`
Phase shpmetav1.Phase `json:"phase"`
}

Expand Down
3 changes: 0 additions & 3 deletions apis/meta/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ const (

// ReplaceConcurrent cancels currently running job and replaces it with a new one.
ReplaceConcurrent ConcurrencyPolicy = "Replace"

// FriendlyNameFormat is the time format for default friendly name.
FriendlyNameFormat = "Mon, 02/01/2006 - 15:04"
)

// ScheduledAnnotation is used to detect the time when an object was scheduled.
Expand Down
Loading

0 comments on commit ee8180e

Please sign in to comment.