OUR NETWORK:TiVoCommunity TechLore MyOpenRouter Dijit Community MediaSmart Home See all... About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 513927.0
February 11, 2010 08:24 AM
Rating (1 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

Gregory Hargis

Member
Joined: 02/11/2010

First off, Thanks PogoPlug! You guys rock! Such a simple solution to network drives. I'm a small business and have been using FTP for transferring files back and forth to clients, but PogoPlug now allows me to do it easier & faster for both me and the clients. And I'm a video guy, so I'm transferring GBs of data every day, and I now have almost unlimited space which just rocks!

With that said, I'd really like to see the Active copy work two-way. Right now it just backs up a copy to the pogoplug. I'd like to see it work more like DropBox. Where if I have the same folder as an ActiveCopy on two or 3 different computers, any change made will update on all 3 computers. So when the client updates a file on his end, I'll see it almost immediately on mine. Please, Please make this an option. If you did, pogoplug would blow everything else out of the water.

But even without that, it still rocks. You have a very pleased customer.

Greg

Discussion:    Add a Comment | Comments 1-23 of 23 | Latest Comment

February 11, 2010 2:43 PM

Hey Greg,

True sync is essentially the featureset that would encompass this - and it's something that we want to! I don't have a firm timeframe on this, but it is on our product roadmap, and I will reply here when we have a better idea as to when you'll see it.

March 16, 2010 3:48 PM updated: March 22, 2010 3:28 PM

Hi, I'm brand new to pogoplug and am still learning but I just want to add a little something to this thread.

I absolutely love Dropbox my 5.2 Gigs of free storage is 94% full which is one (main) reason I purchased a pogoplug. So I would like to see Active Copy enhanced or replaced with Dropbox like syncing and redundancy. It gives me peace of mind to know I've got my files in many places so I'm protected from single drive failures or site catastrophes.

My number one worry about pogoplug is that I don't have that same level of redundancy and convenience that Dropbox brings to the table. Keep up the good development work. I've been spreading the word and will be talking about and demoing it at our user's group meeting in May.

-Mike

May 5, 2010 6:33 AM

Hello,
i am planning to buy a PogoPlug, essentially to make it host my mac iPhoto, iTunes and Video libraries, taking the changes from home's "master" computer (my Macbook Pro) and making the media available to the office room's iMac and the Media Center Mac Mini...
though it seems that PogoPlug will not really SYNC but only copy the ADDED FILES, making the iTunes and iPhoto libraries different on the other macs...
can you confirm that for me and ensure me that the timeframe WILL (one day) (not so far) (maybe) allow PogoPlug to really SYNC like DropBox ?

If yes, i buy.

May 6, 2010 12:36 PM

@zepyaf - I wouldn't say soon. It's definitely on our roadmap, but if you are looking for a guarantee that you'll get that featureset this year, I can't give it to you. If that's a must have I'd recommend you wait or perhaps find another solution. We want all the customers we can get, but we also want our customers to be happy.

J

May 6, 2010 4:01 PM

thanks for your honesty ;-)
maybe other members can help me with that ?...

May 6, 2010 5:03 PM

I'd like to see Sync provided through the software as well as through the Web App.

@zepyaf - I'm not a mac user. But with Linux, I am using rsync to keep a directory of files synced up to a directory on a mounted pogoplug drive.
Here's a link on using rsync to backup a Mac. You should be able to replace the destination dir to the mounted pogoplug dir. You will have to make sure to use the -W option (Copy whole files) because the pogoplug can not break up the file to produce rsync's delta-xfers.
Also, carefully examine file time stamps on the Mac vs. the mounted pogoplug and make appropriate adjustments...

http://www.egg-tech.com/mac_backup/

May 7, 2010 2:19 PM updated: May 7, 2010 2:38 PM

For the Mac, I've read good things about the shareware product ChronoSync.  I tried out an open-source utility called Synkron -- it may not be as polished, but it did what I needed to do at the time.  I haven't tried it, but Cyberduck also looks promising.

I'm not sure if these would sync your iTunes database correctly.  The media files would sync, but the iTunes database file needs to be updated to point to them.

November 8, 2010 2:15 PM updated: November 8, 2010 2:28 PM

This thread seems dead since May, so I just want to touch base and see how the "dropbox sync thingy" is going... any new development from the pogoplug dev team on it? Still only planned or is anyone working on it? Would we see such a feature available anytime soon? (I know Jon said it wouldn't be anytime this year, but doesn't hurt to ask again... priorities can change in 6 months! :) )

I'm also asking because I got tired of waiting for a simple "for dumies" solution like dropbox is, and I decided on work on a dropbox replacement of my own. Although you can get the same functionality using a sync solution like described above, it's not as good as the simple one-install dropbox client is, which means it doesn't work very well for non-technical folks, like my sister-in-law who lives on the other side of the globe... and I want to be able to sync a folder back and forward with her and other "non-geek" family members and friens...

My solution is basically a high-level UI wrapping rsync functionality on Mac, Windows and Linux, using a central server as the "mirror server", just like dropbox does. Although clients will be multi-os, the server is linux only, as a linux daemon that can be very well be installed in any linux system, from webhost servers to a pogoplug.

I'm planning to release it under a GPL license, so people can help develop it further.

I'm planning on have all code in python, using wxpython for the multi-os UI.

So, in case pogoplug dev team is working on the same, maybe we could combine efforts. If not, maybe you guys would be interested on integrate it in the pogoplug client software or offer it as a download option to customers...

Anyhow, as soon as I got something that I can "demo", I'll drop another message here.

-H

November 16, 2010 1:07 PM

Hradec said: This thread seems dead since May, so I just want to touch base and see how the "dropbox sync thingy" is going... any new development from the pogoplug dev team on it? Still only planned or is anyone working on it? Would we see such a feature available anytime soon? (I know Jon said it wouldn't be anytime this year, but doesn't hurt to ask again... priorities can change in 6 months! :) ) I'm also asking because I got tired of waiting for a simple "for dumies" solution like dropbox is, and I decided on work on a dropbox replacement of my own. Although you can get the same functionality using a sync solution like described above, it's not as good as the simple one-install dropbox client is, which means it doesn't work very well for non-technical folks, like my sister-in-law who lives on the other side of the globe... and I want to be able to sync a folder back and forward with her and other "non-geek" family members and friens... My solution is basically a high-level UI wrapping rsync functionality on Mac, Windows and Linux, using a central server as the "mirror server", just like dropbox does. Although clients will be multi-os, the server is linux only, as a linux daemon that can be very well be installed in any linux system, from webhost servers to a pogoplug. I'm planning to release it under a GPL license, so people can help develop it further. I'm planning on have all code in python, using wxpython for the multi-os UI. So, in case pogoplug dev team is working on the same, maybe we could combine efforts. If not, maybe you guys would be interested on integrate it in the pogoplug client software or offer it as a download option to customers... Anyhow, as soon as I got something that I can "demo", I'll drop another message here. -H
When will you have a demoable version?

November 16, 2010 3:05 PM

Don't know exactly... As I'm doing it for myself on my spare time, I wasn't too concerned...
But if someone is interested, I can prioritize it a bit more and get it rolling soon.

Hopefully I can get a demo in a couple of weeks!

November 16, 2010 3:36 PM

I't sounds great, however you don't need to favorise it - I will survive without it, as I have done in the last year.

November 29, 2010 5:54 PM

I too am looking for Dropbox type functionality. Hradec, if you come up with something in the meantime I'd be game to give it a try as well.

Great job PogoPlug as this opens up a whole new level of cloud storage for individuals without the cost of cloud hosting services. Please keep me posted on any developments.

January 12, 2011 10:34 AM

Any update on this Dropbox type sync functionality? I don't believe its that complicated (granted I haven't written code in about 10yrs) but a lot other programs offer this functionality and it is so core to this product's overall mission. You guys need to add it as your next major project. Thank you.

January 17, 2011 10:05 AM

I have to agree about this being 'core'. Our Ph.D. cohort has been using a pogoplug for the past six months, and we just met to discuss the next six. A paid dropbox account won out. Lack of true sync was far and above the most irrefutable argument for retiring your technology. Some of us might check back with you in the future. Maybe.

April 14, 2011 10:43 AM

I am still hoping that pogoplug implements true dropbox style sync. I've just purchased these for my whole family who are mostly also dropbox users and have filled their dropbox. They are used to having files sync back and forth between computers through dropbox and if pogoplug had this feature I would never have to try to recover pictures and music off my sisters' laptops again. They are able to store all of their documents in dropbox to protects them but they have far too many pictures, music, and video files to make dropbox practical. Plus they don't want to pay the monthly/yearly fee.

Please pogoplug! I don't want to keep telling my sisters that their files are gone and they should have backed them up! You would make my year.

April 14, 2011 3:04 PM

+1 !

April 14, 2011 3:35 PM

+1,000

I have pretty much stopped using my Pogoplug despite the huge 3TB of storage I have attached because its so annoying to not have it synced with my other drives. I find that Dropbox is my go to solution for anything I need synched and stuff I almost never check I put on the pogoplug.

PogoPlug needs this and needs it soon.

August 23, 2011 11:18 AM

Not sure why it's taken so long to come out with this feature that has been requested for more than a year.

Pogoplug is not realizing how much more business this can bring to their company.

November 29, 2011 7:38 PM

I bought the Pogoplug because it seems like the most likely possibility to provide this support in a NAS drive. The SeaGate & the WD products don't come close. I think I'm going to have to use a third party solution along w/ the Pogoplug drive in order to make this work, but I'd really like it to work on its own.

Before I bought the device, the customer service at Pogoplug told me that this was possible with their "sync" settings. They apparently didn't understand when I said, "I want it to sync multiple devices so that a change on one propagates to the other devices."

::d|julian::

January 16, 2012 10:26 AM

Any updates on this bi-directional sync feature? I dont want a different music library on my pc than on my pogo plug!

January 19, 2012 12:36 PM

I'm also majorly interested in the bidirectional 'true' sync feature request. This is the only thing keeping me from using pogoplug instead of dropbox. I hope the dev's read this and consider the importance of making this feature 'core'.

In that regard, any news on when it will be implemented?

January 21, 2012 11:11 AM

To the top - I am looking for this as well.

I bought the pogoplug - hoping I could replace Dropbox with the notion that instead of having a cloud storage provider, I would provide my own HDD space. I love the "store only" notion - but I also want to designate folders for magic sync.

Come on guys - help me stop using your competitor.....

March 12, 2012 9:42 PM

i wish i could set up my drive to sync at specific times. i would set my drive to sync every day at like noon (while im at work) and at like 3am (while im asleep). i hate the way that active sync works, if i create a folder, it adds the new default named folder to the other drive. then i rename the folder, it creates a second folder with the new name and leaves the old default named folder still there. creates a lot of garbage on the backup drive. if i could have it take a snapshot of the way the working drive is, and copy that to the backup drive, delete outdated files, stuff like that, it would be perfect.

Discussion:    Add a Comment | Back to Top | Comments 1-23 of 23 | Latest Comment

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window