Posts Tagged time machine

Backup de Time Machine a Unidad de Red Externa

0.- Desactivar Time Machine.

1. Mount your network drive (check step-5 if you are getting error in mounting)

-Hay que tener en cuenta que la URL usada para montar la unidad y la carpeta de destino del montaje será la que se utilizará posteriormente para hacer el backup. Si montamos la misma unidad con otro protocolo en la misma carpeta de destino tendremos un error. Ojo con montar a la vez la misma unidada via afp y smb.

2. Change the preferences by running following command (open iTerm or other shell)
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1

3. Now activate the time machine

4. You will now be able to select your network drive.

5. In case, you loose your network mount, you will need to reset the preference set in step-2, by running following command (open iTerm or other shell)
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 0

Nota: Probablemente Time machine se queje al hacer el backup si no hay una unidad de red con el formato adecuado que espera TM. Lo que hay que hacer es crear un archivo de unidad fisica, copiarlo a la unidad de red y volver a probar.

hdiutil create -size $SIZEg -fs HFS+J -type SPARSEBUNDLE -volname "Backup of $MACHINENAME" $MACHINENAME_$MACADDRESS.sparsebundle