- Backup Mac Using Disk Utility Mac
- How To Use Mac Disk Utility
- Backup Mac Using Disk Utility
- Backup Mac Using Disk Utility Mac
- Backup Mac Using Disk Utility To Restore From Time Machine
Go to the Utilities folder and run Disk Utility. Click on the tab, ‘Erase'. From the left side pane, select the media, which you want as your backup or destination drive. From the ‘Format' drop down select the format type as Mac. Choose to Erase in the Disk Utility window, confirm that's what you want to do, and get ready to rename the drive — it's a good idea to call it something like 'Mac Backup' if you are. Go to the Utilities folder and run Disk Utility. Click on the tab, ‘Erase'. From the left side pane, select the media, which you want as your backup or destination drive. From the ‘Format' drop down select the format type as Mac OS Extended (Journaled). How to Use Disk Utility. Let's take a closer look at some of the more common ways you might need to use Disk Utility. First, you have to start the utility. Starting Disk Utility on a Mac. Click on the Spotlight icon on the top right of the menu bar; Type in 'disk utility' Hit Enter to open Disk Utilities; Method 2.
Click here to return to the 'Manually backup and restore a User Home Folder' hint |
Backup Mac Using Disk Utility Mac
Provided the user account isn't the only admin account you can just use the System Preferences option to delete the user account. It prompts to archive the account to a disk image or a folder.
Deleting the account does not preserve ownership and permissions, as this method does. When deleting/archiving an account you're removing the user and all associated information, so the system changes the permissions to be accessible by other (admin) users.
Why would you want to preserve ACL's & ownership? The OS will restore the correct ownership after the new user is created on the new system.
Don't ACL's use the UUID of the account & not the user ID? So when you make the new account the UUID's no longer match? Right click the account in System Prefs & select Advanced options…
Anyway, if it works for you, great.
Huh. The right-click-user-to-see-Advanced-Options bit should be a hint unto itself -- never knew about that! :)
Neat! Neither did I! Now I'm going to have to try right clicking in all such lists!
> and then will verify the home folder as having the correct ownership..
Does it actually check the ownership of *all* files in the folder, including sub-folders?
There's Time Machine and also the Migration Assistant. Most of the time, if there is storage available, I would want to back up the entire disk, probably as a disk image, using Super Duper, CCC, Disk Utility or ddrescue if things are really bad. Then you can install a new system, run Migration Assistant and select as many user accounts as you want to move from the backup to the new system.
Definitely true that Time Machine or other utilities will give you a more complete backup of the entire system. This process was designed as a quick and easy solution for moving user accounts between machines without migrating all data. It's easy to demonstrate and doesn't require much technical skill.
I usually do the backing up via System Preferences. Simply delete the account. You will get asked if you want to archive it in a disk image.
How To Use Mac Disk Utility
Again, using System Preferences to delete/archive the account does not preserve ACLs, permissions, ownership, etc. Download firefox mac 10 7 5.
Maybe I'm a dinosaur, but I rsync my $HOME to a small NAS daily, via a root cron job.
Given how few actual changes there are (other than data in Dropbox which is excluded from the rsync anyway) after the initial heavy run, daily rsyncs take mere seconds.
It's as maybe not quite as good as time machine or whatever it's called, but this method has worked for the past few years. I have had H/D's crash on me once or twice - oh yes, but never lost userdata, thanks to this method.
I suppose this is a pretty decent illustration of 'whatever works for $you' :D
Using rsync will also make it a recursive backup which is both faster and more practical than using Disk Utility. The downside is that it force you to the CLI.
Aaaah, but the CLI is a haven of refuge in troubled and unstable gooey times. It is predictable, it is always your friend.
The CLI doesn't care if you see other shells, or even have a beer after severely misusing it.
*cough* How to open zip file with password on mac.
What's your rsync command, the full line please?
Not terribly adventurous:
Backup Mac Using Disk Utility
Neat! Neither did I! Now I'm going to have to try right clicking in all such lists!
> and then will verify the home folder as having the correct ownership..
Does it actually check the ownership of *all* files in the folder, including sub-folders?
There's Time Machine and also the Migration Assistant. Most of the time, if there is storage available, I would want to back up the entire disk, probably as a disk image, using Super Duper, CCC, Disk Utility or ddrescue if things are really bad. Then you can install a new system, run Migration Assistant and select as many user accounts as you want to move from the backup to the new system.
Definitely true that Time Machine or other utilities will give you a more complete backup of the entire system. This process was designed as a quick and easy solution for moving user accounts between machines without migrating all data. It's easy to demonstrate and doesn't require much technical skill.
I usually do the backing up via System Preferences. Simply delete the account. You will get asked if you want to archive it in a disk image.
How To Use Mac Disk Utility
Again, using System Preferences to delete/archive the account does not preserve ACLs, permissions, ownership, etc. Download firefox mac 10 7 5.
Maybe I'm a dinosaur, but I rsync my $HOME to a small NAS daily, via a root cron job.
Given how few actual changes there are (other than data in Dropbox which is excluded from the rsync anyway) after the initial heavy run, daily rsyncs take mere seconds.
It's as maybe not quite as good as time machine or whatever it's called, but this method has worked for the past few years. I have had H/D's crash on me once or twice - oh yes, but never lost userdata, thanks to this method.
I suppose this is a pretty decent illustration of 'whatever works for $you' :D
Using rsync will also make it a recursive backup which is both faster and more practical than using Disk Utility. The downside is that it force you to the CLI.
Aaaah, but the CLI is a haven of refuge in troubled and unstable gooey times. It is predictable, it is always your friend.
The CLI doesn't care if you see other shells, or even have a beer after severely misusing it.
*cough* How to open zip file with password on mac.
What's your rsync command, the full line please?
Not terribly adventurous:
Backup Mac Using Disk Utility
Backup Mac Using Disk Utility Mac
rsync -avz -e ssh /Users/username/ someuser@10.0.0.100:/home/username/macbackup/
ssh keys exist on both ends, I should add, thus eliminating any need for a manual login
HTH!
Backup Mac Using Disk Utility To Restore From Time Machine
This is a good hint. But.. There are things to consider before you go there..
There is no point doing this unless you are sure that it is a system level problem. First establish whether it is a system or a user level problem by reproducing the problem with a fresh user account. If you restore the user account, it may just bring back all that bad stuff.
Hope this helps :)