vote up 0 vote down star

Hi!

Can anyone point out what technologies would be best suited for an application that backs up data from clients to a server ?

The client should choose folders to backup and schedule backups to a server

I would also be interested in how would you start developing/designing, how would you build in the shortest time possible a rudimentary version of the application.

flag

4 Answers

vote up 0 vote down

I just need to develop this kind o application.

link|flag
vote up 0 vote down

There are many backup apps from something as simple as xcopy to Symantec. I agree with Vinzz is there really a reason to develop your own?

link|flag
vote up 0 vote down

If I wanted to make a single backup I would use a free backuptool, use Google to find one suitable for your needs

link|flag
vote up 1 vote down

Quick and dirty way on windows?

Shared folders / Robocopy / Scheduled tasks (or triggered by your app, for that matter)

Nicest way?

Cobian backup with an FTP server

Are you sure you want to develop your own stuff? Is it compulsory to lie within your app?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.