User Tools

Site Tools


docs:tips_n_tricks:max_os_x:fix_time_machine_sparsebundle_errors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
docs:tips_n_tricks:max_os_x:fix_time_machine_sparsebundle_errors [21.01.2017 01:51 CET] peterdocs:tips_n_tricks:max_os_x:fix_time_machine_sparsebundle_errors [10.02.2017 11:32 CET] – Added code to create sparse bundle in case it will be deleted on gist. peter
Line 4: Line 4:
  
 :!: This is work in progress! Not all steps are verified yet! :!:\\  :!: This is work in progress! Not all steps are verified yet! :!:\\ 
-:!: Maybe one reference in the comments to the article denoted above is worth reading: http://sansumbrella.com/writing/2012/the-reluctant-sysadmin-nas-time-machine/ :!:\\ +:!: Maybe one reference in the comments to the article denoted above is worth reading: http://sansumbrella.com/writing/2012/the-reluctant-sysadmin-nas-time-machine/((Basically he suggests to create a sparsebundle on your own first, give it a custom band size: 
 +  # creates a sparsebundle disk image with a 128MB band size 
 +  MACHINE_NAME=your-machine-name 
 +  echo $MACHINE_NAME 
 +  hdiutil create -size 900g -type SPARSEBUNDLE -nospotlight -volname "Backup of $MACHINE_NAME" -fs "Case-sensitive Journaled HFS+" -imagekey sparse-band-size=262144 -verbose ./$MACHINE_NAME.sparsebundle 
 +)) :!:\\ 
 :!: Just realized that the source recommends to use raw disk devices, which means to use ''/dev/rdisk''... instead of ''/dev/disk''... :!: :!: Just realized that the source recommends to use raw disk devices, which means to use ''/dev/rdisk''... instead of ''/dev/disk''... :!:
  
docs/tips_n_tricks/max_os_x/fix_time_machine_sparsebundle_errors.txt · Last modified: 25.06.2020 01:01 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki