GithubHelp home page GithubHelp logo

workscript's Introduction

workscript

Some useful scripts for work.

Backup and restore Oracle database, Teamcenter volume etc.

NOTE: Implemented incremental change

name.7z first created as initial state of working directories. Next backup states of working folder named from name_incr_01.7z to name_incr_NN.7z. Information about backup is stored in the files with .state extension. For initial state this is the full.state file. For next states from incr_01.state to incr_NN.state. Each backup as full.state as incr_NN.state can contains several backups, for example volume_incr_03.7z, db_incr_03.7z, tcdata_incr_03.7z and information about these backups are stored in the incr_03.state file. File .state contains description of backup in the first row. There is a keyword FILELIST in the second row. Next rows contain list of backup files for this restore point and destination of archived directories (where backup will be restored).

List of file incr_02.state

last changes 04.05.2022 
FILELIST
c:\app\backup\test_incr_02.7z;c:\test_folder
c:\app\backup\db_incr_02.7z;c:\oracle\oradata\TC
c:\app\backup\tcdata_incr_02.7z;c:\Teamcenter13\tcdata

If you create several backups consequently information about these backups are stored in one .state file. When you try to create next backup for created backup, a new .state file will be created and information about another backups for current state will be stored in this .state file.

workscript's People

Contributors

romanrct avatar

Watchers

 avatar  avatar

workscript's Issues

Check using SSO

Check if SSO is configured. Check variable TC_SSO_APP_ID, TC_SSO_SERVICE, TC_SSO_LOGIN_URL after calling tc_profiles.var.
If Teamcenter is configured with using SSO, start WebLogic at first.

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.