Coder Social home page Coder Social logo

robocopybackupscript's Introduction

README: Robocopy Backup Script

This Script is basically just to copy content from one folder to the other.
The idea is that I can create a backup to mirror data from one or several 
sources to a destination.

What is special about this script is that the sources and destinations are set in two ini files and it can take multiple sources and each source can be named a certain backup task and then that folder gets created at the destination and the files copied over.

To set a source: 
 Edit the BackpOrig.ini file 
 Comments start with a # (lines starting with # will be ignored)
 then immediately after set a backup source name and it's path
 separated by a comma, for ex:

 Accounting,c:\users\Bob\Doccuments\Accounting Files

To set a destination:
 Edit BackpDest.ini file and enther the desired path where the files should be copied to. Lines that start with # are ignored, therefore useful for commenting the file.

Other than that, the script can either be run manually or set via scheduler.

I'd recommend for example setting a backup to occurr once a day for 6 days, so just copy the script into 6 folders (one for each day and rename the destination for each day)
then the same for weekly and monthly.

robocopybackupscript's People

Contributors

mikesco3 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.