Jump to content
7 posts in this topic

Recommended Posts

I work as an Assistant Editor and On Set Data Manager for Red One and other cameras that use Hard Drives as recording devices.

 

I connect 7-8 or more devices that are affected by Time Machine's 'Would you like to use xxx__xxx as a Backup device? I really want to disable it so I don't take a risk of hitting 'Yes' by accident.

 

Any clues would be greatly appreciated.

Well, nothing happens if you click "Yes". It won't format the target hard drive, if it isn't HFS+ it will create a "sparsebundle" file that is nothing more than a disk image. But if you don't disable some folders to be backup'd the image will eat all your free space. They tend to get big if you don't disable the System folder to be backup'd.

I wish it was THAT easy...

 

which plist correlates to whether the system will ask if I would like to use as a backup device? There must be a 'yes' 'no' setting up whether it asks or not.

 

is there a command that can control the way Time Machine behaves?

type this in terminal

 

defaults write com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool YES

 

to change back change YES to NO

 

if you haven;t set up time machine and the above doesn't work you could try

 

defaults write /Library/Preferences/com.apple.TimeMachine DoNotOfferNewDisksForBackup -bool YES

I just found that on Thursday night, I was going to post results.

 

It works fine, also you put the same command for both options, except the first command you must cd to that directory that is listed in the second command. Alternatively you can just delete the prefs, app, menu icon, plist. to eliminate it entirely.

×
×
  • Create New...