Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Furton (0.14 sec)

  1. docs/integrations/veeam/README.md

    - Under Home > Jobs > Backup in Navigation Pane, click on Backup Job button in the ribbon and choose Virtual Machine. Follow the on screen wizard.
    
    - On the Storage screen, choose the Scale-out Backup Repository that was configured previously.
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 5.4K bytes
    - Viewed (0)
  2. internal/color/color.go

    		if IsTerminal() {
    			return color.New(color.FgWhite).SprintfFunc()
    		}
    		return fmt.Sprintf
    	}()
    
    	TurnOff = func() {
    		color.NoColor = true
    	}
    
    	TurnOn = func() {
    		color.NoColor = false
    	}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 17:57:52 GMT 2024
    - 3.8K bytes
    - Viewed (0)
Back to top