Backup
* http://ilari.scheinin.fidisk.fi/mac-rdiff-backup/ * * http://www.bombich.com/software/docs/CCC/en.lproj/dmg-and-remote/dimages.html * http://www.kremalicious.com/2008/06/ubuntu-as-mac-file-server-and-time-machine-volume/ * http://www.insanelymac.com/forum/index.php?showtopic=184462 Time Machine backup to network share * http://www.macosxhints.com/article.php?story=20080420211034137 Set up Time Machine on a NAS in three easy steps * * http://www.chrissearle.org/blog/technical/time_machine_large_external_disk_sparseimage * http://www.free-mac-software.com/wiki/HowTo/Time-maschine-mit-nas-nutzen * http://rolf.haynberg.de/?p=83 * http://www.flokru.org/2008/02/29/time-machine-backups-on-network-shares-in-leopard/ * http://www.flokru.org/2008/02/17/time-machine-backups-auf-netzwerkfreigaben-unter-leopard/ * http://adamcohenrose.blogspot.com/2008/04/time-machine-update-fixes-sparse-bundle.html
-Machine-Backups (keine Angst, das Image wird erst durch Benutzung groß). Weitere Parameter: Format - Mac OS Extended (Journaled); Partitionen - Keine Partitionstabelle.
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
hdiutil create -size $GRÖSSEg -fs HFS+J -type SPARSEBUNDLE -volname “$BACKUPNAME” $COMPUTERNAME_$MACADRESSE.sparsebundle
HOSTNAME is the result of: hostname -s MAC is the mac address of the network adapter: ifconfig en0 | grep ether | sed -e "s/.*ether //" | sed -e "s/://g"
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
This makes it much harder for it to be corrupted than say, a sparseimage file. It also makes it MUCH MUCH faster to sync two sparsebundles with rsync, unison, or other differential-backup utilites.
MacOSX/Backup OS X with rsync (last edited 2010-11-23 21:49:16 by DetlevLengsfeld)