You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/profile.go
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,8 @@ type RetentionSection struct {
237
237
OtherFlagsSection`mapstructure:",squash"`
238
238
BeforeBackup maybe.Bool`mapstructure:"before-backup" description:"Apply retention before starting the backup command"`
239
239
AfterBackup maybe.Bool`mapstructure:"after-backup" description:"Apply retention after the backup command succeeded. Defaults to true in configuration format v2 if any \"keep-*\" flag is set and \"before-backup\" is unset"`
240
+
BeforeCopy maybe.Bool`mapstructure:"before-copy" description:"Apply retention before starting the copy command"`
241
+
AfterCopy maybe.Bool`mapstructure:"after-copy" description:"Apply retention after the copy command succeeded. Defaults to true in configuration format v2 if any \"keep-*\" flag is set and \"before-backup\" is unset"`
0 commit comments