To change the backup interval of Time Machine to one day:
sudo defaults write /System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int 86400
The last digit is the backup interval in seconds; default is 3600.
To change the backup interval of Time Machine to one day:
sudo defaults write /System/Library/LaunchDaemons/com.apple.backupd-auto StartInterval -int 86400
The last digit is the backup interval in seconds; default is 3600.