Click here to Skip to main content
6,822,123 members and growing! (18,379 online)
Email Password   helpLost your password?
Languages » C# » Utilities     Intermediate License: The Code Project Open License (CPOL)

FuliggineBackupper

By Sir Zeppa'Man

A useful backup manager
C#, Windows, .NET, Visual-Studio, Dev
Posted:1 Jun 2006
Updated:16 Jun 2006
Views:13,450
Bookmarked:19 times
printPrint   add Share
      Discuss Discuss   Broken Article?Report  
13 votes for this article.
Popularity: 2.46 Rating: 2.21 out of 5
5 votes, 38.5%
1

2

3
1 vote, 7.7%
4
7 votes, 53.8%
5
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


Member

Location: Italy Italy

Other popular C# articles:

Article Top
You must Sign In to use this message board.
FAQ FAQ 
 
Noise Tolerance  Layout  Per page   
 Msgs 1 to 6 of 6 (Total in Forum: 6) (Refresh)FirstPrevNext
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    Question Question    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

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

PermaLink | Privacy | Terms of Use
Last Updated: 16 Jun 2006
Editor: Deeksha Shenoy
Copyright 2006 by Sir Zeppa'Man
Everything else Copyright © CodeProject, 1999-2010
Web21 | Advertise on the Code Project