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
RestoreCmd.Flags().StringVarP(&tempDir, "temp-dir", "", "", "Temporary directory where to move the soon to be deleted files to. Files will be restored, in case an error occured while fetching / extracting the snapshot. Only works when --skip-safety is not set.")
42
-
RestoreCmd.Flags().BoolVarP(&skipSafety, "skip-safety", "", false, "Skips the renaming of the soon to be deleted files. If set the original state will NOT be recovered, if an error happens during fetching / extracting of the snapshot.")
0 commit comments