default /System/Library/LaunchDaemons/com.apple.backupd-auto.plist file

1

Ho incasinato il file di backup della mia macchina del tempo e non l'ho eseguito il backup.

Qualcuno può postare il file predefinito da:

/System/Library/LaunchDaemons/com.apple.backupd-auto.plist 

per El Capitan (10.11.5)

    
posta Martin Mlostek 26.06.2016 - 17:03
fonte

1 risposta

1
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>MachServices</key>
    <dict>
        <key>com.apple.backupd-helper.status</key>
        <dict>
            <key>HideUntilCheckIn</key>
            <true/>
        </dict>
        <key>com.apple.backupd-auto</key>
        <true/>
    </dict>
    <key>CFBundleIdentifier</key>
    <string>com.apple.backup.launcher</string>
    <key>Label</key>
    <string>com.apple.backupd-auto</string>
    <key>Disabled</key>
    <true/>
    <key>ProgramArguments</key>
    <array>
        <string>/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper</string>
        <string>-launchd</string>
    </array>
    <key>LaunchEvents</key>
    <dict>
        <key>com.apple.xpc.activity</key>
        <dict>
            <key>com.apple.backupd-auto</key>
            <dict>
                <key>Interval</key>
                <integer>3600</integer>
                <key>Delay</key>
                <integer>3600</integer>
                <key>GracePeriod</key>
                <integer>1800</integer>
                <key>Repeating</key>
                <true/>
                <key>AllowBattery</key>
                <true/>
                <key>PowerNap</key>
                <true/>
                <key>Priority</key>
                <string>Utility</string>
            </dict>
        </dict>
    </dict>
    <key>RunAtLoad</key>
    <true/>
    <key>KeepAlive</key>
    <true/>
    <key>EnableTransactions</key>
    <true/>
    <key>POSIXSpawnType</key>
    <string>Background</string>
    <key>EnablePressuredExit</key>
    <true/>
</dict>
</plist>
    
risposta data 26.06.2016 - 17:04
fonte

Leggi altre domande sui tag