Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add excludeFromBackup on macOS #2159

Commits on Jan 23, 2024

  1. Add excludeFromBackup on macOS

    ```yml
    # Exclude from backup: "all", "disks" or "none"
    # Specify which file in the instance's configuration to exclude from backup.
    # Only available on macOS.
    # 馃煝 Builtin default: "disks"
    excludeFromBackup: null
    ```
    
    Sets the `NSURLIsExcludedFromBackupKey` attribute to:
    - "all": the instance directory
    - "disks": `basedisk` and `diffdisk` files
    - "none": none
    
    Signed-off-by: Norio Nomura <norio.nomura@gmail.com>
    
    Update pkg/start/start.go
    
    Fix typo
    
    Co-authored-by: Jan Dubois <jan@jandubois.com>
    
    Update pkg/limayaml/validate.go
    
    Fix typo
    
    Co-authored-by: Jan Dubois <jan@jandubois.com>
    norio-nomura and jandubois committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    db1e3fb View commit details
    Browse the repository at this point in the history