newnuke
27.03.2010 - 15:28
Пишу программы под заказ на C++, C#, Visual Basic, Pascal, VB.НЭТ. Веб приложения - PHP, MySQL, javascript (mootools, jquery).
Быстро, качественно, недорого!
Связь nuke4303@ya.[ru]
Cheburashka75
2.04.2010 - 12:47
ниже проект, оцени сроки и стоимость, свяжись со мной, думаю договоримся.
PYTHON LANGUAGE BACKUP:
1. Search all windows drives [All USB external drives should be searched]
2. Search file extensions according to choice given[e.g doc, docx, xls, ppt,... etc]
3. Upload on remote server using HTTP/FTP (Protocol).
a. Create a folder on remote server location with computer name
b. Establish only one connection with remote server
c. In case the internet connection breaks in between
i. It should resume the upload from where it left
ii. In case new files are added to the system in between it should backup those files as a priority [ concept is that back up of new files is more important than old ones ]
4. Should be produced as a single executable file without any dependency using a GUI software
a. A GUI interface should be provided to configure and produce the executable
b. Configuration options should be
i. Protocol used ( HTTP / FTP )
ii. Remote Server IP address, File upload path , Username/Password[in case of FTP]
iii. File Extensions to search and backup
5. Log Creation on computer client side which can be used to debug errors
6. If Data is modified then resend the files on the server on the basis of modified- date and size
7. CPU Usage is very low as our team members may be working on computers while backup is run
8. Memory Consumption should be very less
9. Connectivity one connection at a time [ 10% -20% of bandwidth should be consumed]
10. Install as a service on clicking the executable
11. Run automatically when system restarts, reboots
12. Work on Windows XP(SP@,SP3), Vista (home, business Edition, Windows 7) means most common with normal routine operating systems
13. All exceptions should be handled properly so that Application execute further without any interruption