• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Open source remote file backup idea...

 
Ranch Hand
Posts: 116
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not sure where to post this project idea, so I'll start here.

A gentlman that I know wants to backup his fileserver from his business to a server offsite daily. The files on the remote server can stay zipped as long as we don't have to restore them. When restoring, the file must be unzipped again. Beside security, and maybe a GUI, that's it. This thing doesn't have to be a high performance monster, just efficient. Both servers will be online 24 hours, however only changed files have to be sent the following night.

Does anyone know if anyone has done this in Java?

I was thinking that I'd open the file, zip it, serialize it, and save it on the other side.

From past experience, backup / restore is serious business. I'm going to look for someone to do a code review on this project too. It may just be better to do an open source project.

Anyone game to help start an open source project? Even just gathering requirements together would be fine!

If this isn't the correct forum, where should I take this topic?

Marcus

 
reply
    Bookmark Topic Watch Topic
  • New Topic