This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
docs:tips_n_tricks:max_os_x:fix_time_machine_sparsebundle_errors [05.10.2017 03:04 CEST] peter |
docs:tips_n_tricks:max_os_x:fix_time_machine_sparsebundle_errors [17.03.2018 18:16 CET] (current) peter |
||
---|---|---|---|
Line 9: | Line 9: | ||
echo $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 | 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 | ||
- | )) :!:\\ | + | )) :!: \\ |
+ | Inspired by his basic Idea, that the problem might be related to //ext2/3/4// file systems limitations, I changed to XFS for the underlying file system and got a stable backup.\\ | ||
:!: 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''... :!: | ||