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
Initializebool`mapstructure:"initialize" description:"Initialize the secondary repository if missing"`
251
273
InitializeCopyChunkerParams*bool`mapstructure:"initialize-copy-chunker-params" default:"true" description:"Copy chunker parameters when initializing the secondary repository"`
252
274
RepositoryConfidentialValue`mapstructure:"repository" description:"Destination repository to copy snapshots to"`
@@ -392,6 +414,37 @@ type SendMonitoringHeader struct {
392
414
ValueConfidentialValue`mapstructure:"value" examples:"\"Bearer ...\";\"Basic ...\";\"no-cache\";\"attachment;; filename=stats.txt\";\"application/json\";\"text/plain\";\"text/xml\"" description:"Value of the header"`
393
415
}
394
416
417
+
// RedirectOutputSection contains settings to redirect restic command output
418
+
typeRedirectOutputSectionstruct {
419
+
StdoutHidden*bool`mapstructure:"stdout-hidden" description:"Toggles whether stdout is hidden in console & log"`
420
+
StdoutFile []string`mapstructure:"stdout-file" description:"Redirect restic stdout to file(s)"`
421
+
StdoutCommand []string`mapstructure:"stdout-command" description:"Pipe restic stdout to shell command(s)"`
0 commit comments