Click here to Skip to main content
Licence CPOL
First Posted 1 Jun 2006
Views 15,756
Downloads 463
Bookmarked 21 times

FuliggineBackupper

By Sir Zeppa'Man | 16 Jun 2006
A useful backup manager
5 votes, 38.5%
1

2

3
1 vote, 7.7%
4
7 votes, 53.8%
5
2.21/5 - 13 votes
μ 2.21, σa 3.47 [?]
Sample Image - FuliggineBackupper.png

Index

Introduction

How may times have you lost all the data from your hard disk?

I'm sure that, to prevent any loss of data, you periodically copy some of your most important folders and files. You would agree with me that if the number of projects and folders are large, this isn't easy. In fact, it's a little hard to manually backup some of your data every day and remember where the backup copies are.

Some time ago, I lost some important data from my HD, so I started writing a simple application which manages backups.

My first idea was to build a program that manages different projects to let me associate multiple files together.
The second fact is that a project may contain both files and folders. So in my program, I defined a class called ITEM, which can be a file or a folder.
After that, I allowed the program to compress all the ITEMS in a single zip file named with the current date/time. All the zip files from the same project are stored in the same folder using the project name. To do this, I use a freeware library called ICSharpCode.SharpZipLib.dll.
After that, I synchronize this entire feature in a simple and cool interface.
All the images are loaded at runtime to allow you to change it without re-building the executable and to allow to change icons sets.

Back to Index

Help

First of all, you must create a project in which you can add as many items as you want. To do this, you simply click the Add Project button (the one with the icon with a box and a plus). This window will appear:

Please enter a name (not null) and press OK. After that, add the items by clicking the add item button (the one with the book and plus).
This window will appear:

You can choose more than one file or choose an entire folder. All the sub-folders and their files will be included.

Remember to save your project before closing the application (if you want that).
You can choose more than one file or choose a folder. All the sub-folders and their files will be included. Remember to save your project before closing the application (if you want that).
You can choose to backup one single project or the entire project. You can simply open the backup's folder clicking on the bank button.

IMPORTANT: This program uses a folder on the C drive called temp_Backupper. All the data in this folder is temporary and will be deleted after the backupper completes execution.

Back to Index

Source Code

All the features are handled by the Project manager control. Look at the source code for more information. In the next few days, I will explain the code line by line, but for now the comments in the code should be sufficient.

Back to Index

Credits

This is only one of the possible solutions. Maybe it isn't the best, but I think that it's simple and fast. For any advice, questions or problems please contact me. If you would like to see my other work, please visit my home page.

Back to Index

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Sir Zeppa'Man



Italy Italy

Member


Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
QuestionCan it split the big file to multi part ??? Pinmembercnblackhawk@hotmail.com23:49 21 Nov '06  
AnswerRe: Can it split the big file to multi part ??? PinmemberSir Zeppa'Man7:18 22 Nov '06  
GeneralIcons Pinmemberbostamy7:23 16 Jun '06  
GeneralQuick Pinmembernorm.net3:53 1 Jun '06  
GeneralRe: Quick PinmemberSir Zeppa'Man4:19 1 Jun '06  
GeneralRe: Quick PinmemberJun Du9:35 1 Jun '06  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web03 | 2.5.120210.1 | Last Updated 16 Jun 2006
Article Copyright 2006 by Sir Zeppa'Man
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid