Labyrinthine
Administrator
Hero Member
    
Posts: 5814
Abuya?!?
|
 |
« on: September 24, 2008, 10:34:25 AM » |
|
I'm looking for a way to synchronize folders/files between a laptop, my desktop, and an FTP server (let's say I don't have SSH access to it) Is it possible?
What I'm looking for is when I update the files on one source they will automatically be updated on the other sources. This way I can work from my PC and laptop interchangeably and have a backup on the web in case something goes horribly wrong or I don't have either with me but need my files.
I don't know if anyone has bothered to make anything which will do this, but it seems like such a useful function that someone would have done it by now.
|
|
|
|
|
Logged
|
|
|
|
|
jake
Guest
|
 |
« Reply #1 on: September 24, 2008, 10:49:38 AM » |
|
|
|
|
|
|
Logged
|
|
|
|
Labyrinthine
Administrator
Hero Member
    
Posts: 5814
Abuya?!?
|
 |
« Reply #2 on: September 24, 2008, 11:06:24 AM » |
|
Okay.
Are there any options which don't involve a service I have to sign up for? If that's the only way, I'm willing to do it. I'd just rather not. Say I did have shell access.
What I'm thinking might work is some sort of FTP synchronization software. All the folders are checked at X interval and if a file is newer than a file on the server it is updated and if any files are newer than the local ones they would be downloaded.
That way I could apply the service between computers as well as between things like the oPg server and my local version, etc.
|
|
|
|
|
Logged
|
|
|
|
|
jake
Guest
|
 |
« Reply #3 on: September 24, 2008, 11:10:02 AM » |
|
I started looking for something like this before Crackie brought up dropbox. http://www.ftpsynchronizer.com/http://www.superflexible.com/I couldn't find any good free services. I'm still looking, however, as I don't like the idea of a third party having access to anything I need to sync across multiple computers.
|
|
|
|
« Last Edit: September 24, 2008, 11:12:04 AM by jake »
|
Logged
|
|
|
|
|
Latro
Guest
|
 |
« Reply #4 on: September 24, 2008, 11:20:49 AM » |
|
dropbox works great.. even if you have a version stored on a third party.
I think you can use rsync for this.
|
|
|
|
|
Logged
|
|
|
|
Labyrinthine
Administrator
Hero Member
    
Posts: 5814
Abuya?!?
|
 |
« Reply #5 on: September 24, 2008, 11:29:05 AM » |
|
The thing with rsync is that it is made for mirroring rather than synchronizing, as far as I understand. With rsync you have 1 place which is the 'master' copy and then everything else is made a clone of the master. Maybe I'm out to lunch. I like the two that Jake posted, but what do people think about UnisonApparently it's built for synchronization, runs across almost every platform, and is bidirectional (unlike rsync) BTW, I found this link incredibly useful http://communitywiki.org/odd/SoftwareBazaar/SynchronizeTip
|
|
|
|
|
Logged
|
|
|
|
|
jake
Guest
|
 |
« Reply #6 on: September 24, 2008, 12:08:00 PM » |
|
Looks promising. If you try it before me, let me know how it works.
|
|
|
|
|
Logged
|
|
|
|
Mongoose
Worst Admin Evar
Hero Member
    
Posts: 2436
SO CASH
|
 |
« Reply #7 on: September 24, 2008, 12:14:30 PM » |
|
Here at work they use a program called ifolder for doing this with laptop users so their files are synchronized with their desktops.
|
|
|
|
|
Logged
|
|
|
|
Mongoose
Worst Admin Evar
Hero Member
    
Posts: 2436
SO CASH
|
 |
« Reply #8 on: September 24, 2008, 12:15:11 PM » |
|
Looks like their site is ifolder.com
|
|
|
|
|
Logged
|
|
|
|
|
mikehale
Guest
|
 |
« Reply #9 on: September 24, 2008, 12:43:36 PM » |
|
the advantage to like dropbox or mesh, is that it syncs across multiple computers AND allows you to access it online. And drop box versions your files. it may be a service, but once you have an account, all you have to do is download the client again. wootness * 5!
|
|
|
|
|
Logged
|
|
|
|
|
Latro
Guest
|
 |
« Reply #10 on: September 24, 2008, 02:55:38 PM » |
|
If you setup rsync on each computer, it is bi-directional...
|
|
|
|
|
Logged
|
|
|
|
Mongoose
Worst Admin Evar
Hero Member
    
Posts: 2436
SO CASH
|
 |
« Reply #11 on: September 24, 2008, 03:24:38 PM » |
|
Haha trick them all to believe they own the master so they push it out after it gets updated.
|
|
|
|
|
Logged
|
|
|
|
b@!!ofH8
oPg Server Admins
Hero Member
   
Posts: 712
|
 |
« Reply #12 on: September 24, 2008, 03:34:15 PM » |
|
I've been using dropbox for months - best option I've seen yet. If there is something better - pls let us know
|
|
|
|
|
Logged
|
|
|
|
Labyrinthine
Administrator
Hero Member
    
Posts: 5814
Abuya?!?
|
 |
« Reply #13 on: September 24, 2008, 04:49:13 PM » |
|
If you setup rsync on each computer, it is bi-directional...
Well yes. I think union is supposed to do that without creating the need for a jerry rigged solution. I'll let everyone know when I get it worked out.
|
|
|
|
|
Logged
|
|
|
|
|
jake
Guest
|
 |
« Reply #14 on: October 09, 2008, 10:37:28 AM » |
|
http://synkron.sourceforge.net/index.shtmlI haven't used this yet, but it looks exactly like what I'm looking for. And it doesn't use any third party servers either.
|
|
|
|
|
Logged
|
|
|
|
|