Bonjour,
Je souhaite modifier avec le Terminal l'intervalle de sauvegarde de Timemachine sous Yosemite à 6 heures au lieu d'une heure. J'ai modifié le fichier com.apple.backupd-auto.plist dans /System/Library/LaunchDaemons/ avec la commande :
sudo defaults write /System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int 21600
Mais ça ne fonctionne pas, j'ai toujours une heure de sauvegarde de programmée. Merci
Voici le fichier .plist édité, à la fin il y a bien la valeur 21600.
<?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>CFBundleIdentifier</key>
<string>com.apple.backup.launcher</string>
<key>Disabled</key>
<true/>
<key>EnablePressuredExit</key>
<true/>
<key>EnableTransactions</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>com.apple.backupd-auto</string>
<key>LaunchEvents</key>
<dict>
<key>com.apple.xpc.activity</key>
<dict>
<key>com.apple.backupd-auto</key>
<dict>
<key>AllowBattery</key>
<true/>
<key>Delay</key>
<integer>3600</integer>
<key>GracePeriod</key>
<integer>1800</integer>
<key>Interval</key>
<integer>3600</integer>
<key>PowerNap</key>
<true/>
<key>Priority</key>
<string>Utility</string>
<key>Repeating</key>
<true/>
</dict>
</dict>
</dict>
<key>MachServices</key>
<dict>
<key>com.apple.backupd-auto</key>
<true/>
<key>com.apple.backupd-helper.status</key>
<dict>
<key>HideUntilCheckIn</key>
<true/>
</dict>
</dict>
<key>POSIXSpawnType</key>
<string>Background</string>
<key>ProgramArguments</key>
<array>
<string>/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper</string>
<string>-launchd</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>21600</integer>
</dict>
</plist>
Je souhaite modifier avec le Terminal l'intervalle de sauvegarde de Timemachine sous Yosemite à 6 heures au lieu d'une heure. J'ai modifié le fichier com.apple.backupd-auto.plist dans /System/Library/LaunchDaemons/ avec la commande :
sudo defaults write /System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int 21600
Mais ça ne fonctionne pas, j'ai toujours une heure de sauvegarde de programmée. Merci
Voici le fichier .plist édité, à la fin il y a bien la valeur 21600.
<?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>CFBundleIdentifier</key>
<string>com.apple.backup.launcher</string>
<key>Disabled</key>
<true/>
<key>EnablePressuredExit</key>
<true/>
<key>EnableTransactions</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>com.apple.backupd-auto</string>
<key>LaunchEvents</key>
<dict>
<key>com.apple.xpc.activity</key>
<dict>
<key>com.apple.backupd-auto</key>
<dict>
<key>AllowBattery</key>
<true/>
<key>Delay</key>
<integer>3600</integer>
<key>GracePeriod</key>
<integer>1800</integer>
<key>Interval</key>
<integer>3600</integer>
<key>PowerNap</key>
<true/>
<key>Priority</key>
<string>Utility</string>
<key>Repeating</key>
<true/>
</dict>
</dict>
</dict>
<key>MachServices</key>
<dict>
<key>com.apple.backupd-auto</key>
<true/>
<key>com.apple.backupd-helper.status</key>
<dict>
<key>HideUntilCheckIn</key>
<true/>
</dict>
</dict>
<key>POSIXSpawnType</key>
<string>Background</string>
<key>ProgramArguments</key>
<array>
<string>/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper</string>
<string>-launchd</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>StartInterval</key>
<integer>21600</integer>
</dict>
</plist>