Files
apple_device-management/mdm/profiles/com.apple.MCX.TimeMachine.yaml
T
2025-09-15 20:38:03 -04:00

70 lines
1.7 KiB
YAML

title: Time Machine
description: The payload that configures Time Machine.
payload:
payloadtype: com.apple.MCX.TimeMachine
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: '10.7'
multiple: false
devicechannel: true
userchannel: false
requiresdep: false
userapprovedmdm: false
allowmanualinstall: true
userenrollment:
mode: forbidden
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
payloadkeys:
- key: AutoBackup
type: <boolean>
presence: optional
default: true
content: If `true`, performs automatic backups at regular intervals.
- key: BackupAllVolumes
type: <boolean>
presence: optional
default: false
content: If `true`, backs up only the startup volume by default.
- key: BackupDestURL
type: <string>
presence: required
content: The URL of the backup destination.
- key: BackupSizeMB
type: <integer>
presence: optional
default: 0
content: The backup size limit, in megabytes. Set to 0 for unlimited.
- key: BackupSkipSys
type: <boolean>
presence: optional
default: false
content: If `true`, skips system files and folders by default.
- key: MobileBackups
type: <boolean>
presence: optional
default: true
content: If `true`, create local backup snapshots when not connected to the network.
- key: BasePaths
type: <array>
presence: optional
content: The list of paths to back up besides the startup volume.
subkeys:
- key: BasePathItem
type: <string>
presence: required
- key: SkipPaths
type: <array>
presence: optional
content: The path to skip from start volume.
subkeys:
- key: SkipPathItem
type: <string>
presence: required