Click here to Skip to main content
Licence 
First Posted 4 Aug 2003
Views 88,865
Bookmarked 72 times

Backup Utility in C#

By | 4 Aug 2003 | Article
A utility to backup directories and stick a datestamp on the folder, and remove folders older than N days, where N is configurable.

Sample Image - backup.gif

Introduction

During a development project, I realized I needed something to backup my solutions every night, and be tagged with a date stamp. I looked around the Net for some DOS utilities but none really fitted the bill as far as what I was looking for. Eventually, I decided to just code it. Turned out to be super simple in C#.

Goal

My goal was to backup my solution from a source folder (e.g. C:\Data) to a backup folder (e.g. C:\Backup\Data_080403). I also wanted to only keep N number of days of backups and not let my backup folder grow infinitely. So, for instance, I wanted to keep 30 days worth of backups at most. So, whenever, any files older than 30 days were discovered, I wanted the system to delete them automatically.

Solution

I used the System.IO's Directory and DirectoryInfo classes to create folders, delete folders, and wrote a method to recursively copy folders from one location to the next. I utilized the DirectoryInfo class to figure out how old a given folder was, in order to delete it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

rbala



United States United States

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
GeneralNice. Yet it doesn't work twice on the same day PinmemberYaron Dan-Goor6:50 21 Mar '11  
GeneralUse Path.DirectorySeparatorChar Pinmembercodekamfung23:13 14 Apr '04  
GeneralRe: Use Path.DirectorySeparatorChar PinsussAnonymous9:02 8 Oct '04  
GeneralRe: Use Path.DirectorySeparatorChar Pinmemberjustsml10:34 12 Dec '04  
GeneralPVCS systems PinmemberHåkan Nilsson4:48 6 Aug '03  
GeneralRe: PVCS systems PinmemberM C10:00 15 Jul '10  
GeneralSuggestions PinmemberGunmen23:13 5 Aug '03  

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
Web01 | 2.5.120517.1 | Last Updated 5 Aug 2003
Article Copyright 2003 by rbala
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid