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: presence: optional default: true content: If `true`, performs automatic backups at regular intervals. - key: BackupAllVolumes type: presence: optional default: false content: If `true`, backs up only the startup volume by default. - key: BackupDestURL type: presence: required content: The URL of the backup destination. - key: BackupSizeMB type: presence: optional default: 0 content: The backup size limit, in megabytes. Set to 0 for unlimited. - key: BackupSkipSys type: presence: optional default: false content: If `true`, skips system files and folders by default. - key: MobileBackups type: presence: optional default: true content: If `true`, create local backup snapshots when not connected to the network. - key: BasePaths type: presence: optional content: The list of paths to back up besides the startup volume. subkeys: - key: BasePathItem type: presence: required - key: SkipPaths type: presence: optional content: The path to skip from start volume. subkeys: - key: SkipPathItem type: presence: required examples: - title: Profile example files: - file: examples/mdm/profiles/com.apple.MCX.TimeMachine/example1.plist