Jump to content

Windows Backup Utility


Mast3rpyr0
 Share

Recommended Posts

Hmm Im on XP, tried the quick backup, pointed destination to c:\temp and it said complete but no backup file in target directory....

Did you download the attached files, 7za.exe is required.

Link to comment
Share on other sites

  • Replies 55
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Excellent. This adds only the one file to backup. Is it possible to setup where you select a file or folder and it shows it is added and then gives a new browse to add another? This would make it much more user friendly...

You can select multiple files but only if they're from the same folder, just highlight all the ones you want. I tried doing that but Quick backup didn't work.

Link to comment
Share on other sites

Ah Yes, I see that. I was thinking would be cool if one could choose folders and add then go on to other folders and add then compile all into a backup. Works pretty well like it is, just a nice touch to get to pick and choose. :)

Link to comment
Share on other sites

Works good! However I have a few suggestion:

  • Make a list of files, not just one huge input with a bunch of |'s
  • Let the user choose if they want to zip. I personally would rather have a fast code then save space (my hard drive has tons of room...)
  • Like SleepyXtreme said, I would appreciate something that automatically backups my data to save the trouble of me backing it up every week or so...
  • I noticed while it was zipping everything all the files I had on the list were being put onto the scriptdir, could you possible put that somewhere else to hide (unless the user finds the directory) the process?
Just what I would like!
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Link to comment
Share on other sites

I've done a backup program before :)

It's a nice project but it can get monstruous if you put a lot of whizzes and bells!

What would be nice is a way for a user to easily add really common stuff:

Outlook Express folder : @UserProfileDir&"\Local Settings\Application Data\Identities\*.*"

Outlook Express adress book : @AppDataDir&"\Microsoft\Address Book\*.*"

Outlook folder : @UserProfileDir&"\Local Settings\Application Data\Microsoft\Outlook\*.*"

Desktop : @DesktopDir&"\*.*"

Favorites: @FavoritesDir&"\*.*"

There are more places but those five usually stump 90% of all users searching for their stuff.

On top of all that "\Local Settings" is a hidden folder.

Geeez. Microsoft really doesn't like it's users.

Edited by Celeri

I am endeavoring, ma'am, to construct a mnemonic circuit using stone knives and bearskins.SpockMy UDFs:Deleted - they were old and I'm lazy ... :)My utilities:Comment stripperPolicy lister 1.07AutoIT Speed Tester (new!)

Link to comment
Share on other sites

Thanks for all the great suggestions. Still thinking of a way to fix the input bar. Ill add the choice not to zip and ill add the other directories in the quick backup. New version will come out by wednesday.

Link to comment
Share on other sites

Way Cool!! Your doing a great job on this, I think I found a bug. it only backs up the selected files in the select files section if you are in this tab and vise versa won't backup the chosen items on the main tab if you are in the select files tab. It appears to be loosing focus between tabs.

Link to comment
Share on other sites

Ok it wasnt designed to work that way but thats easily changed. Added auto shutdown.

EDIT:Added an option in the Settings tab to allow backup using both modes.

Woot 300 Posts! /me is mass spammer!

Edited by Mast3rpyr0
Link to comment
Share on other sites

I wonder ... I never tried it but do you think copying files to a burner on XP/Vista will automagically have windows prompt the user to burn the files?

I'm saying this because I already tackled the CD/DVD burning question a while ago and honestly, there was little solutions at that time.

If that doesn't work, there's IMGBurn which has an interesting command line, CDIMAGE which is freeware and a few others that I can't remember for the moment. In any case It's a pretty big project and last time I tried I litteraly broke my neck :)

Thanks and keep up the good work!!!

I am endeavoring, ma'am, to construct a mnemonic circuit using stone knives and bearskins.SpockMy UDFs:Deleted - they were old and I'm lazy ... :)My utilities:Comment stripperPolicy lister 1.07AutoIT Speed Tester (new!)

Link to comment
Share on other sites

I wonder ... I never tried it but do you think copying files to a burner on XP/Vista will automagically have windows prompt the user to burn the files?

I'm saying this because I already tackled the CD/DVD burning question a while ago and honestly, there was little solutions at that time.

If that doesn't work, there's IMGBurn which has an interesting command line, CDIMAGE which is freeware and a few others that I can't remember for the moment. In any case It's a pretty big project and last time I tried I litteraly broke my neck :)

Thanks and keep up the good work!!!

Ouch. Ill test that out tomorrow but thats a good theory.

Link to comment
Share on other sites

Thats awesome! ill add that in for the tray and bar image. Thanks!

EDIT:

New version with splash, had to convert to bmp cause SplashImageOn() doesnt like PNGs, Icon added. Will update soon.

Edited by Mast3rpyr0
Link to comment
Share on other sites

Good day, and great program idea. I have one question. Using the Outlook backup, it seems that the compiled program moves my Outlook.PST file to the dest folder instead of the compressed file. Moving the original PST causes Outlook not to work unless I copy the files moved back to the Outlook program folder. Is anyone else having the same issue?

Thank you ahead of time...

Have a great day!!!

Tony D'Andrea

Link to comment
Share on other sites

whoops, i used FileMove instead of DirCopy. EXE and source updated. Thanks Tony

EDIT: Im not going to count this as a bug and i dont really wanna redo what i have undon already but i had a procedure in the settings area, doing the update function the same way i do in the others but the wierd thing is(and still does this) The Quick tab procedure area updates anytime you move the mouse, the procedure in the select tab updates only when you chage something with the browse button, and the settings procedure didnt work at all. any idea why?

Edited by Mast3rpyr0
Link to comment
Share on other sites

Sweet!! That splash is just what it needed.. LOL Is there a limit on Autoit for compiling with FileInstall? It won't compile, says it cannot add 7za.exe and I have the file in the same directory as it is in the code. I changed my winbac.bmp to a 250 X 242 sized to make the filesize smaller also.

Link to comment
Share on other sites

the file instal needs the complete path and if you didnt change what i have in the script that place is C:\include\7za.exe.

Code optimizations would be a real help, right now this breaks 500 lines and .8MBs.

Edited by Mast3rpyr0
Link to comment
Share on other sites

Thanks, updated.

EDIT: Trying to add drag and drop for the source bar, i added the extended style to the guicreate()

$mainWindow = GUICreate("Mast3rpyr0's Backup Utility", 400, 300, -1, -1, -1, -1, $WS_EX_ACCEPTFILES); Create the Main GUI.oÝ÷ ٩ݶ º'-®[¶ËZµæ®¶­sduT7G&Å6WE7FFRb33c¶ç7&7¢Âb33c´uTôE$õ44UDTB

Is this wrong?

Edited by Mast3rpyr0
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...