Giter VIP home page Giter VIP logo

backuper's Introduction

backuper

This is a simple console app in C# for backing up a directory as specified in the app.config file.

I use it to backup my Quicken files to a folder on Dropbox.

Couldn't I have just done this with a .bat script? Yep. But I didn't, so deal with it.

Ultimately, I would like this app to be a replacement for a Carbonite-type backup solution, beacause I have gotten weary of paying for these types of services. They still don't do everything that I want for the money that I am willing to pay.

Usage

Change the app.config file settings to match your source and destination directories:

<add key="sourceFolder" value="YourSourceFolderGoesHere"/>
<add key="detinationFolder" value="YourDestinationFolderGoesHere"/>
<!--Values for the following are either "files" or "folder"-->
<add key ="filesOrFolder" value="files"/>
<!--If above key is "files", the following key is a comma delimited list of file names to backup.-->
<add key="fileNames" value="FileName1.txt,FileName2.xlsx"/>

Compile the source to an executable and copy the .exe and .config files from the project bin folder.

I find it useful to setup a Windows scheduled task to run this .exe every night.

Future Plans

  • Read-in source and destination directories from a database or xml file, so that multiple directories can be backed-up in one run.
  • Add capability to specify multiple directories to backup.
  • Add a GUI for specifying folders and/or files to backup.
  • I also like the idea of using Azure storage or Amazon S3 as the backup destination, rather than a traditional file system.

backuper's People

Contributors

tqheel avatar

Watchers

 avatar  avatar

Forkers

hugoprogpro

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.