![]() |
sync user files between 2 leopard macs?
hello, is there an easy way to sync user files between my home workstation and my laptop? I travel often, so i need to have files up to date on both computers.
thanks for your help |
I believe that Apple's .Mac service has a feature that does just that. http://www.apple.com/dotmac/sync.html
Trevor |
thanks, but i'm actually looking for a non-web based sync solution.
there must be a software backup solution for this no? any way time machine can help? |
You could use rsync.
Set up file sharing and in a Terminal window: Code:
rsync -aEu /path/to/a/folder/in/other/computer/ /path/to/a/folder/in/your/computer/ |
Here's a more user friendly version
Run this Applescript to sync two folders.
Code:
tell application "Finder" |
Chronosync is a pro sync app and is well supported.
|
is it possible to sync a time machine backup to a macbook and if so, how?
|
Your question is too vague. Could you explain exactly what you're trying to do?
|
i have an imac, my primary workstation and a macbook for traveling.
i want to find an easy way to make sure that my user directory with all the files are up to date and identical on both computers. i guess for that i need an external HD. of course i can use a backup app, like chronosync or any other, but i heard you can restore about anything with time machine, so i'd like to know how to synchronize the time machine backup with the user directory on each computer, copying only the changed files, not everything... hope i'm clear enough now |
I don't think Time Machine would work. The only way I can see it working is if you backup onto an external drive, and then restore that image to the other computer. I doubt you could backup the desktop onto the laptop using TM and then expect to use those files in the normal way in the Finder.
Although it is not yet fully supported on Leopard, something like Lacie's SilverKeeper might suffice, where you can easily ensure that both source and destination have the most up-to-date files, in either direction. |
Quote:
Code:
tell application "Finder" |
Quote:
If you're just doing basic folders: ~/Documents, ~/Desktop, ~/Music, etc., then that's a simple matter. If you're thinking about anything inside ~/Library it gets more complicated. A lot of stuff in there should not be synced (or "backed-up") between two dissimilar Macs ("workstation and laptop"). Naturally the Preferences/ByHost folder is one item to always exclude... but it's seldom as simple as all that. The time it would take to properly configure and fine-tune all the various inclusions/exclusions, etc., via either a script approach or a Time Machine approach would literally be mind-boggling. I know. I sync user accounts in 3 (dissimilar) Macs everyday. The fun starts when different things change on different Macs, It gets even better when the same thing on both sides change. ChronoSync is your friend. It was designed for this precise purpose. Time Machine was not. There are other apps such as Synk. But ChronoSync is the best I've found. -HI- |
| All times are GMT -5. The time now is 08:42 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.