Page 1 of 1

a small backup tool

Posted: Wed Jun 25, 2008 9:14 pm
by Hurga
Hi together

I want to show you my small backup tool...

Image


The Gui is here shown in german, but standard is english.
The "Features" are quite simple...
- you can drop files and dirs into the big white sqare
- you can choose a target path
- you can say what timer interval to save them
- you can save them with a click on a button
- it stays in the taskbat and backup after the selected time is gone...
- you can change some settings in the .pref-file

Thats all...

Maybe someone has any use for it... ;-)

Here is the link to the program (about 30k, zipped)
http://purebasic.stdojedmahr.de/projekt ... upTool.zip

Feedback welcome..

Posted: Wed Jul 02, 2008 9:48 pm
by Character
Good idea but the GUI is kinda slow. That needs a fix.

I also saved your little app. to my PB collection.

Posted: Thu Jul 03, 2008 7:25 am
by Hurga
Thx

I faced the prob more often..

Do you know why this happens?

Posted: Thu Jul 03, 2008 7:53 am
by Character
Looks like a problem in your main loop.
The GUI is build up really slow, whatever you do with it.

(I have no source code)