Code Monkey home page Code Monkey logo

jamesgrace / vault-backup-windows-extensis-portfolio-automation Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 19 KB

Microsoft Windows Batch script that includes logging , retention of a desired number of previous Vault backups , customizable email notifications , as well as the capability for predetermined scheduling ( via the Microsoft Windows Task Scheduler ).

License: BSD 3-Clause "New" or "Revised" License

Batchfile 100.00%
extensis portfolio vault backup automation mongodb disaster-recovery batch windows server

vault-backup-windows-extensis-portfolio-automation's Introduction

vault-backup-windows-extensis-portfolio-automation

Microsoft Windows Batch script that includes logging , retention of a desired number of previous Vault backups , customizable email notifications , as well as the capability for predetermined scheduling ( via the Microsoft Windows Task Scheduler ).

Requirements :

Installation Procedure :

1. PORTFOLIO SERVER VERSION

  • Via the Portfolio Administration ( :8091 ) Web interface , verify the current version of your Portfolio instance.
    • Although the provided example may work with earlier Portfolio versions , Portfolio version 3.6.3 ( or greater ) is recommended.

2. DATA DRIVE PROVISIONING

  • Verify that the target data drive has been provisioned with ample drive space and that the desired sub-folder has been created.

3. BATCH FILE CONFIGURATION

  • VAULT_backup.cmd

    • blatlocation = C:\Program Files\Blat
      • Blat installation location.
    • ziplocation = C:\Program Files\7-Zip
      • 7-Zip installaiton location.
    • backupfolder = D:\Extensis Portfolio VAULT Backups
      • Folder location of Vault backups.
    • numbertokeep = 3
      • How many previous Vault backups to retain.
    • backuplogfilename = VAULT_Backup_Log.txt
      • Filename for the Vault Backup log.
    • emailserver = mail.example.com
      • Email - Server
    • emailto = [email protected]
      • Email - To:
    • emailfrom = [email protected]
      • Email - From:
    • emailsubject = "Portfolio Notification: VAULT Backup Log"
      • Email - Subject:

⚠️ The ( mongodump ) command can be run while Portfolio is actively running ( aka “hot” backups ) — but , note that periodic Portfolio Vault Backups must be timed to occur at the same exact time that scheduled Portfolio environment backups occur.

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.