![]() |
| ||||||||
|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Another Drunk Aussie
War Room Member
Join Date: Mar 2007
Location: Brisbane, Australia
Posts: 368
Thanks: 15
Thanked 12 Times in 11 Posts
|
I'm sure a few here have come across this problem, I have 3 PC's at home (2 main PC's and a laptop) and I keep downloading files like ebooks/audios etc to one of the PC's (whatever I'm on at the time) and then can't find it later...
How do you keep your documents synced across all your pc's? I could have a central server for the home PC's however what about the laptop when I'm using it not at home? Cheers, Tim |
|
|
|
|
|
|
|
|
#2 |
|
www.erica.biz
War Room Member
Join Date: Jan 2008
Location: San Jose, CA
Posts: 166
Thanks: 6
Thanked 5 Times in 4 Posts
|
Hi Tim,
Windows includes a built-in sync method that I use called "Offline Files." 1) Designate one PC as your "primary." Then set up a folder with all your documents, right-click on it in Explorer or My Computer, and select "Share." Once you've shared it as a network drive, open it on your other computers and map it as a network drive. 2) After mapping it, on your other computers, right-click and select "Make Available Offline." You can also configure options: Windows XP Professional: Use Offline Files When You're off the Network How to use offline files in Windows XP This allows you to synchronize when you're ON the network (at home), and then stores all changes to files you make while you're away. Then, once you log back on, you can synchronize again (or set it to auto-sync when you log on to the network.) I also set up Jungle Disk as a network drive so I can access those same files anywhere: Jungle Disk - Reliable online storage powered by Amazon S3 - JungleDisk Since Jungle Disk uses the Internet to sync, and Offline Files uses your local network, Offline Files is faster -- so use it first. This is my setup: Desktop PC - "My Documents" points to a folder called "shared", which I also have shared as "shared". All my documents, downloaded ebooks, etc. are in this folder. My laptop has a mapped network drive (E: ) which corresponds to \\mydesktopcomputer\shared My laptop has E: set to synchronize with my desktop automatically I also have Jungle Disk set to back up "shared" on my desktop to the Internet When I'm away from home, I edit files on shared on my laptop and it syncs them back up when I get home! It sounds complicated, but it's straightforward to set up. It only took me about 15 minutes to set up the whole scenario with Offline Files, and it is free -- it comes with Windows! Good luck! -Erica |
|
Erica Douglass Sold my web business in 2007, at age 26, for $1.1 million.
Subscribe to my FREE blog at erica.biz to find out how to create your million-dollar business! |
|
|
|
|
| The Following User Says Thank You to ericabiz For This Useful Post: |
|
|
#3 |
|
Master of The Universe
War Room Member
Join Date: Apr 2006
Location: Australia.
Posts: 2,490
Blog Entries: 4
Thanks: 281
Thanked 125 Times in 66 Posts
|
Hi Tim,
I use the software from BeInSync - Secure Remote Access, File Sync and Online Backup Software It syncs all my files right across to all my computers and I can access the files over the internet also if I am using a computer other than mine. Its a life saver man! Take Care, Michael SIlvester |
|
|
|
|
|
|
| The Following User Says Thank You to Michael Silvester For This Useful Post: |
|
|
#4 |
|
Satyajeet Hattangadi
War Room Member
Join Date: Aug 2003
Location: Mumbai, India.
Posts: 178
Thanks: 2
Thanked 13 Times in 6 Posts
|
Hey Tim,
I use second copy to sync data on my pc's and backup drives. Its a very easy to use software and well worth the money. Cheers Satya |
|
Three Proven Techniques Used By Super Affiliates To Dominate The Competition,
Rule The JV Leader Boards And Rake In Thousands Of Dollars In Affiliate Commissions >>> Click Here To Get Your FREE Copy And Learn How! <<< |
|
|
|
|
| The Following User Says Thank You to novasoft For This Useful Post: |
|
|
#5 |
|
Another Drunk Aussie
War Room Member
Join Date: Mar 2007
Location: Brisbane, Australia
Posts: 368
Thanks: 15
Thanked 12 Times in 11 Posts
|
Awesome thanks guys! I'll check them all out
|
|
|
|
|
|
|
|
|
#6 |
|
SEO Trained Webmaster
Join Date: Nov 2008
Location: Mesa, AZ near Phoenix
Posts: 212
Thanks: 11
Thanked 105 Times in 42 Posts
|
I use rsync, it comes with either your basic linux distribution (if you like linux), or you can install http://www.cygwin.com/setup.exe to get it working on windows.
It can sync, folder to folder (like your Drive C: to a USB) The cool thing though is that you can also do an encrypted sync across a network too. It's probably a bit more complicated to setup than the recommendations above, but it is free. I script it, then setup the script on a cron (or windows schedule). Here is the rsync script that I use: rsync -ra --progress --size-only /path1/* user@themachine:/path2/ /path1/ would be something like: /cygdrive/c/files for "c:\files" user@themachine:/path2/ is saying to send the files via SSH to a remote machine (you'd need to install cygwin and SSH on the other machines, or SSH comes with linux by default). You could send it to a different drive though: /cygdrive/f/files So, here is an example of doing it from c:\files (your hdd) to f:\files (a usb), on same computer: rsync -ra --progress --size-only /cygdrive/c/files /cygdrive/f/files Save that into a text file and then call the text file with your scheduling software (or simply execute the text file manually by typing it's name). It's free, fast, secure across networks, and works great, even for many GB of data. I have a full detail that I"ve written but I'm not sure all of the info on it will be helpful to you. If you want it, let me know. (it tells how to force it over certain ports, setup secure key generation, edit crontab, reset keys/passphrases, etc) It's very geekified ![]() |
|
How to Instantly Create an Affiliate Website: Domain Name Generator & Tutorial
Phoenix, AZ Internet Marketing Consultant: (site edits, script installs, php/perl/mysql/xhtml/css coding, split testing, code troubleshooting, wordpress, link building, PPC management, Research, SEO & more for a small monthly fee.) |
|
|
|
|
![]() |
|
| Tags |
| document sharing, document sync, documents, multiple, sync |
| Thread Tools | |
|
|
![]() |