Re: server backup
Subject : Re: server backup
From: Timm Wimmers <email@hidden >
Date: Fri, 25 Apr 2008 14:30:06 +0200
Delivered-to: email@hidden
Delivered-to: email@hidden
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)
Vilius Šumskas schrieb:
We've connected Macbook Pro (10.5) through Fireware port and booted servers
into target disk mode. Then created disk images with simple Disk Utility.
Why did you boot into target disk mode? Is this needed?
We did our Imagebackups (bevore changing anything) on a running XServe:
#!/bin/sh
DMGPATH=/your/path/to/the/target/dmg/SysBackup.dmg
if [ -d $(dirname $DMGPATH) ]; then
/usr/bin/hdiutil create \
-srcfolder / \
-anyowners \
-format UDBZ \
-ov $DMGPATH
/bin/chmod 600 $DMGPATH
else
/bin/echo "$(dirname $DMGPATH) not found! Volume mounted?"
fi
The target path is on a secondary volume only used for that. We've
tested this a year ago and all went fine.
--
Timm
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.