mirror of
https://github.com/apple/device-management.git
synced 2026-05-24 16:34:19 +02:00
69 lines
1.7 KiB
YAML
69 lines
1.7 KiB
YAML
title: 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
|