Automatically Backup a Mac · Sep 29, 09:26 AM
You don’t need any software like Carbon Copy Cloner or a disk duplicator. You have everything you need with rsync.
- Get an external drive
- Plug it in, format it, erase it, give it a volume name (‘Backup’ makes sense).
- run
sudo rsync -vaxE / /Volumes/Backup/ - Now your whole drive is backed up on the external drive. To automate this, put it into root’s crontab:
sudo sucrontab -e- Add a line:
0 1 * * * sudo rsync -vaxE / /Volumes/Backup/ - quit the editor
It will run rsync at 1am every day.
Comment
Commenting is closed for this article.
Mrs. McGuire's Molasses Cookies Orrechietti with Garlic Cream Sauce