Xopero Centrally managed backup solution. CLI application

Size: px
Start display at page:

Download "Xopero Centrally managed backup solution. CLI application"

Transcription

1 Xopero Centrally managed backup solution CLI application Update:

2 TABLE OF CONTENT Introduction... 2 Symbols used in this document... 2 Definition... 2 Configuration... 2 Needed parameters... 3 Additional parameters... 3 Commands... 3 Create configuration file... 3 Encryption key initialization... 3 Encryption key/account reset... 4 Get account info... 4 Set file version limit... 4 Get file version limit... 4 Get hosts limit... 4 Get hosts list... 4 Add new host... 4 Change host name... 5 Delete host from account... 5 Get projects list... 5 Backup... 5 Backup briefcase... 6 Delete... 7 Dir... 7 Long file version format... 8 Short format file version... 9 Restore Get version info

3 INTRODUCTION These modifications make it possible to access the Opero Client software from the command line. The following actions will be implemented: addhost, backup, backupbriefcase, createconfig, delete, deletehost, dir, gethostslimit, gethostslist, getversion, getversionslimit, initkeytype, renamehost, resetaccount, restore, setversionslimit. These actions will be described in more detail in the following paragraphs. For all actions applies that a successful action is indicated by means of exit code 0. In all other cases a status code of 1 will be used. Symbols used in this document -- parameter <parameter> - required parameter, [--parameter <parameter>] additional parameter, non-required. Definition User a base system unit which represents a single account/person in the system. The user is identified by his login. Host a single computer on which the Opero application runs. It imposes the consistency in the directory structure in the backup processes and when restoring the data for different computers. Number of hosts is limited according to the product. Briefcase disk space where user files are stored. This data are encrypted with briefcase key. The contents of this directory are synchronized on each of the computer of one user where the Opero application is installed. Backup projects the projects represent the files that were archived by the user using Opero Backup application. The files are differentiated based on the host that performed the backup. All projects are encrypted, each with the same key (default or user-defined). CONFIGURATION The command line client does not need any configuration for it to function properly. All necessary information required to complete a given action is supplied via command line options. The default values for options otherwise configurable via the full Opero client should be such that these are satisfactory in the majority of installations. The command line client is able to read default values from a configuration file. When used, this configuration file is expected to reside in one of the following folders: $HOME/.backup_cli.conf /etc/backup_cli.conf Path to configuration file can be indicated by parameter config If the command line client detects a configuration file in one of the aforementioned folders, it will load and process the contents of this configuration file before processing the command line options. If an error is found in the configuration file, the command line client will issue an error message describing which value, setting or option is causing the error and terminate with an exit value of 1. 2

4 Opero Command Line application requires Java 1.5 or newer. If using command line application in Windows, it is recommended to do it from PowerShell. Needed parameters Below parameters are required for each command. --login <login> User login. --password <password> User password. The network address of the Opero Server specified as server= --server <address> The network address and port of the Xopero server specified as: server= for HTTP connection, server= for HTTPS connection Additional parameters Below parameter is additional and can be used for each command. [--help] Command help. [--config <path>] Path to config file. [--cache-dir <path>] Path to cache directory. [--log-dir <path>] Path to log directory. COMMANDS Create configuration file Creates a new configuration file. --path <path> Path to save file to. Default is 'backup_cli.conf' in user home directory. Encryption key initialization Initializes new encryption key for user account. 3

5 [--key <key>] Encryption key is initialized with user private key. Default is DEFAULT encryption key (generated automatically). Encryption key/account reset Resets user encryption key/account. After using it all user data and host have been deleted. To use this user account again it is required to initialize new encryption key. [--no-confirm] Action will not need confirmation. Get account info Gets info about: license type, hosts limit, capacity, used space... Set file version limit Sets limit of file versions that are stored on backup servers. --limit <number> File versions limit. Default is 30. Get file version limit Gets limit of file versions that are stored on backup server. Get hosts limit Gets hosts limit available for user. Get hosts list Gets list of all hosts that are assigned to user account. Add new host Adds new host under the user account (if host limit is not reached). 4

6 --host-name <name> New host name. Change host name Changes given host name. Host must exists and be assigned to given user account. --old-host-name <name> --host-name <name> [--virtual] [--no-confirm] Current host name that has to be changed. New host name. If used operates on virtual hosts. Action will not need confirmation. Delete host from account Deletes host and all its data from user account. Parameter --host-name <name> [--no-confirm] Host name that has to be deleted. Action will not need confirmation. Get projects list Gets list of all projects in host. Parameter [--host-name <name>] Host name that has to be deleted. Default is current host. Backup Performs a backup. --path <path1, path2, > This argument specifies a list of files and/or directories to be backed up. Multiple paths are separated with ','. It is the user s responsibility to properly quote any file 5

7 [--host-name <name>] [--project-name <name>] [--recursive] [--backup-method <method>] [--path-separator <separator>] [--key <key>] or folder name containing embedded whitespace or other special characters. If the optional --recursive option is specified, all specified folders will be backed up recursively. The use of relative paths is allowed and will be treated properly by the agent (this means that the agent will fully resolve any relative path into the correct absolute path and automatically compress any redundant path components). Host name to which files will be added. This host must be firstly added to user account by command addhost. Default is current host. Project name to which files will be added. Default is 'commandline'. This argument specifies to set backup as recursive. Specifies backup method for files: REGULAR DIFFERENTIAL INCREMENTAL. Default is automatic. Path separator of files and/or directories list. Default is ','. User encryption key used to encrypt a stored files. Required if user defined his own encryption key (not default). Output This command will print, during and after backup, list of backed up files, one line for each file (the full path will be shown). Backup briefcase Sends files to briefcase. --path <path1, path2, > This argument specifies a list of files and/or directories to be backed up. Multiple paths are separated with ','. It is the user s responsibility to properly quote any file or folder name containing embedded whitespace or other special characters. If the optional --recursive option is specified, all specified folders will be backed up recursively. The use of relative paths is allowed and will be treated properly by the agent (this means that the agent will fully 6

8 [--recursive] [--briefcase-dir <directory>] [--path-separator <path>] resolve any relative path into the correct absolute path and automatically compress any redundant path components). This argument specifies to set backup as recursive. Specifies the directory in briefcase where files will be uploaded. If it is not given files are sent to main briefcase directory. Path separator of files and/or directories list. Default is ','. Output This command will print, during and after file sending, list of sent files, one line for each file (the full path will be shown). Delete Deletes files and directories that were sent to backup server. [--host-name <name>] [--project-name <name> [--path <path1, path2, >] [--version <GUID1, > ] [--date <YYYY-MM-DD hh:mm:ss>] [--recursive] [--no-confirm] Output Host name from which files have to be deleted. Default is current host. Project name from which files have to be deleted. Default refers to all project from given host. Paths of files and directories that have to be deleted. The name should contain the full path where the directory or file is located. Multiple files and/or folders are separated with ','. It is specifying which file versions hat to be deleted. Multiple versions are separated with,. If it is not given all version will be deleted. Paths/versions created after this date will not be included. This argument specifies to delete files recursively from directory. If it is not given subdirectories and their files will not be deleted, only files in given folder. Action will not need confirmation. As output, the delete command will print the list of deleted files or folders on standard output, one line for each file (the full path will be shown). Dir Commands shows directories or file version stored on backup servers. 7

9 [--host-name <name>] [--project-name <name> [--path <path>] [--date <YYYY-MM-DD hh:mm:ss>] [--recursive] [--long-format] Host name from which files have to be shown. Default is current host. Project name from which files have to be shown. Default refers to all project from given host. Path to file or directory that has to be shown. If it is path to file then prints file versions. Paths/versions created after this date will not be included. Shows all directories that are under give path or all file version if in path file is given. Use long format for displayed data. Long file version format The long file version displays the results in the following format: type path backup method date modified GUID date created size in bytes description The type indicator possible values : F - File D - Directory The backup method indicator possible values: R - Regular P - Partial D - Differential I - Incremental For a single-directory listing, the name tag only contains the name of a file or directory and not contains the path. For a recursive directory listing the name contains the relative full path. The size of a file will be displayed in bytes. The date created and date modified display the date when a file has been created or modified. The date format for files is YYYY-MM-DD hh:mm:ss. The GUID defines the file version. Examples The request to display the 'opero_agent\client' directory for briefcase: 8

10 With --recursive option: For file versions: Short format file version The short version displays the results in the following format: <type> <name> The type indicator possible values: F - File D - Directory For a single-directory listing, the name tag only contains the name of a file or directory and not contains the path. For a recursive directory listing the name contains the relative full path. 9

11 Restore Restores files from backup servers. [--host-name <name>] Host name from which files have to be restored. Default is current host. [--project-name <name> Project name from which files have to be restored. Default refers to all project from given host. Paths to directories that have to be restored. It is [--path <path1, path2, >] possible to type there a file that we want to display versions. If empty then main folder will be select by default. [--version <GUID1, GUID2, > Filer versions id that has to be downloaded. If it will be given then paths parameter will be missed. [--date <YYYY-MM-DD hh:mm:ss>] Paths/versions created after this date will not be included. [--recursive] Restores all directories that are under given path. Local directory where files will be downloaded. If not [--restore-dir <dir>] specified files will be downloaded to current directory. User encryption key used to decrypt a downloaded [--key] files. Required if user defined his own encryption key (not default). [--overwrite] Specifies overwrite mode: ASK YES NO. Default is ASK. [--maxthreads <number>] Maximum number of threads to use. Default is 8. Output As output, the restore command prints the list of restored files and folders on standard output, one line for each file (the full path is displayed). Get version info Returns version number. 10

Command Line Interface Specification Linux Mac

Command Line Interface Specification Linux Mac Command Line Interface Specification Linux Mac Online Backup Client version 4.1.x and higher 1. Introduction These modifications make it possible to access the BackupAgent Client software from the command

More information

GREEN HOUSE DATA. Online Backup Guide. Built right. Just for you. greenhousedata.com. Green House Data 340 Progress Circle Cheyenne, WY 82007

GREEN HOUSE DATA. Online Backup Guide. Built right. Just for you. greenhousedata.com. Green House Data 340 Progress Circle Cheyenne, WY 82007 GREEN HOUSE DATA Built right. Just for you. Online Backup Guide greenhousedata.com 1 Green House Data 340 Progress Circle Cheyenne, WY 82007 Table of Contents Getting Started with Desktop and Server Backup

More information

Online Backup Client 3.12.5.3 Release Notes

Online Backup Client 3.12.5.3 Release Notes December 2008 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means. No rights can be derived

More information

Technical Support Set-up Procedure

Technical Support Set-up Procedure Technical Support Set-up Procedure How to Setup the Amazon S3 Application on the DSN-320 Amazon S3 (Simple Storage Service) is an online storage web service offered by AWS (Amazon Web Services), and it

More information

LevelOne MUS-1001. 1GB Smart Flash. User Manual V1.0.0-0610

LevelOne MUS-1001. 1GB Smart Flash. User Manual V1.0.0-0610 LevelOne MUS-1001 1GB Smart Flash User Manual V1.0.0-0610 CONTENT CHAPTER 1 INTRODUCTION...4 1.1 About this Manual...4 1.2 Support Services...5 CHAPTER 2 PRODUCT OVERVIEW...6 2.1 Package Contents...6 2.2

More information

IceWarp to IceWarp Server Migration

IceWarp to IceWarp Server Migration IceWarp to IceWarp Server Migration Registered Trademarks iphone, ipad, Mac, OS X are trademarks of Apple Inc., registered in the U.S. and other countries. Microsoft, Windows, Outlook and Windows Phone

More information

Magento Search Extension TECHNICAL DOCUMENTATION

Magento Search Extension TECHNICAL DOCUMENTATION CHAPTER 1... 3 1. INSTALLING PREREQUISITES AND THE MODULE (APACHE SOLR)... 3 1.1 Installation of the search server... 3 1.2 Configure the search server for usage with the search module... 7 Deploy the

More information

Published. Technical Bulletin: Use and Configuration of Quanterix Database Backup Scripts 1. PURPOSE 2. REFERENCES 3.

Published. Technical Bulletin: Use and Configuration of Quanterix Database Backup Scripts 1. PURPOSE 2. REFERENCES 3. Technical Bulletin: Use and Configuration of Quanterix Database Document No: Page 1 of 11 1. PURPOSE Quanterix can provide a set of scripts that can be used to perform full database backups, partial database

More information

1. Product Information

1. Product Information ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such

More information

Online Backup Client User Manual Linux

Online Backup Client User Manual Linux Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based

More information

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20

Introweb Remote Backup Client for Mac OS X User Manual. Version 3.20 Introweb Remote Backup Client for Mac OS X User Manual Version 3.20 1. Contents 1. Contents...2 2. Product Information...4 3. Benefits...4 4. Features...5 5. System Requirements...6 6. Setup...7 6.1. Setup

More information

Volume SYSLOG JUNCTION. User s Guide. User s Guide

Volume SYSLOG JUNCTION. User s Guide. User s Guide Volume 1 SYSLOG JUNCTION User s Guide User s Guide SYSLOG JUNCTION USER S GUIDE Introduction I n simple terms, Syslog junction is a log viewer with graphing capabilities. It can receive syslog messages

More information

Capture Pro Software FTP Server System Output

Capture Pro Software FTP Server System Output Capture Pro Software FTP Server System Output Overview The Capture Pro Software FTP server will transfer batches and index data (that have been scanned and output to the local PC) to an FTP location accessible

More information

Managing Software and Configurations

Managing Software and Configurations 55 CHAPTER This chapter describes how to manage the ASASM software and configurations and includes the following sections: Saving the Running Configuration to a TFTP Server, page 55-1 Managing Files, page

More information

RecoveryVault Express Client User Manual

RecoveryVault Express Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

TOSHIBA GA-1310. Printing from Windows

TOSHIBA GA-1310. Printing from Windows TOSHIBA GA-1310 Printing from Windows 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45081979 04 February 2009 CONTENTS 3 CONTENTS

More information

Lucid Key Server v2 Installation Documentation. www.lucidcentral.org

Lucid Key Server v2 Installation Documentation. www.lucidcentral.org Lucid Key Server v2 Installation Documentation Contents System Requirements...2 Web Server...3 Database Server...3 Java...3 Tomcat...3 Installation files...3 Creating the Database...3 Step 1: Create the

More information

VTLBackup4i. Backup your IBM i data to remote location automatically. Quick Reference and Tutorial. Version 02.00

VTLBackup4i. Backup your IBM i data to remote location automatically. Quick Reference and Tutorial. Version 02.00 VTLBackup4i Backup your IBM i data to remote location automatically Quick Reference and Tutorial Version 02.00 Manufacture and distributed by VRTech.Biz LTD Last Update:16.9.2013 Contents 1. About VTLBackup4i...

More information

Online Backup Linux Client User Manual

Online Backup Linux Client User Manual Online Backup Linux Client User Manual Software version 4.0.x For Linux distributions August 2011 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might

More information

Online Backup Client User Manual

Online Backup Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

Using and Contributing Virtual Machines to VM Depot

Using and Contributing Virtual Machines to VM Depot Using and Contributing Virtual Machines to VM Depot Introduction VM Depot is a library of open source virtual machine images that members of the online community have contributed. You can browse the library

More information

Carry it Easy. User Guide

Carry it Easy. User Guide Carry it Easy User Guide User Manual Version 3.2 2004-2010 CoSoSys Ltd. Carry it Easy User Manual Table of Contents Table of Contents... I 1. Introduction... 1 2. System Requirements... 1 3. Installation...

More information

Service Level Agreement (SLA)

Service Level Agreement (SLA) Header text here Service Level Agreement (SLA) Backup Pro Service 1 Introduction This Service Level Agreement ( SLA ) forms an integral part of the Agreement between Arcplace and Customer. This SLA describes

More information

1 of 10 1/31/2014 4:08 PM

1 of 10 1/31/2014 4:08 PM 1 of 10 1/31/2014 4:08 PM copyright 2014 How to backup Microsoft SQL Server with Nordic Backup Pro Before creating a SQL backup set within Nordic Backup Pro it is first necessary to verify that the settings

More information

Chapter 6 Updating Software Images and Configuration Files

Chapter 6 Updating Software Images and Configuration Files Chapter 6 Updating Software Images and Configuration Files This chapter describes how to copy and save configuration files and software image files. Downloading and Uploading a Software Image on a TFTP

More information

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org SFTP Server User Login Instructions Open Internet explorer and enter the following url: https://sftp.sae.org You will be prompted for a user id and password as such. Please enter your account id and password.

More information

4PSA Total Backup 3.0.0. User's Guide. for Plesk 10.0.0 and newer versions

4PSA Total Backup 3.0.0. User's Guide. for Plesk 10.0.0 and newer versions 4PSA Total Backup 3.0.0 for Plesk 10.0.0 and newer versions User's Guide For more information about 4PSA Total Backup, check: http://www.4psa.com Copyright 2009-2011 4PSA. User's Guide Manual Version 84359.5

More information

Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive

Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive Reboot the ExtraHop System and Test Hardware with the Rescue USB Flash Drive This guide explains how to create and use a Rescue USB flash drive to reinstall and recover the ExtraHop system. When booting

More information

Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment

Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment (Exam 70-290) Table of Contents Table of Contents... 1 Course Overview... 2 Section 0-1: Introduction... 4

More information

mypro Installation and Handling Manual Version: 7

mypro Installation and Handling Manual Version: 7 mypro Installation and Handling Manual Version: 7 Date: JAN 2016 Thank you for using mypro on your PC. myscada is a full featured HMI/SCADA system with advanced options such as vector graphics views, advanced

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

User Manual of Web Client

User Manual of Web Client User Manual of Web Client 1 Index Chapter 1 Software Installation... 3 Chapter 2 Begin to Use... 5 2.1 Login and Exit... 5 2.2 Preview Interface Instruction... 6 2.3 Preview Image... 7 Chapter 3 Playback...

More information

Release Notes: J-Web Application Package Release 15.1A1 for Juniper Networks EX Series Ethernet Switches

Release Notes: J-Web Application Package Release 15.1A1 for Juniper Networks EX Series Ethernet Switches Release Notes: J-Web Application Package Release 15.1A1 for Juniper Networks EX Series Ethernet Switches Release 15.1A1 4 June 2015 Revision 1 Contents Release Notes: J-Web Application Package Release

More information

Setting up the local FTP server

Setting up the local FTP server Setting up the local FTP server Configuring a local FTP server for the receipt of the PV plant data via the FTP Push function of the SUNNY WEBBOX. Contents This guide describes how you install and configure

More information

IBackup Drive User Guide

IBackup Drive User Guide IBackup Drive User Guide TABLE OF CONTENTS Introduction... 3 Features... 4 Install IBackup Drive... 5 Login to IBackup Drive... 5 About Main Screen... 7 Settings... 8 Toolbar Options... 11 IBackup Drive

More information

FTP Service Reference

FTP Service Reference IceWarp Server FTP Service Reference Version 10 Printed on 12 August, 2009 i Contents FTP Service 1 V10 New Features... 2 FTP Access Mode... 2 FTP Synchronization... 2 FTP Service Node... 3 FTP Service

More information

DigiVault Online Backup Manager. Microsoft SQL Server Backup/Restore Guide

DigiVault Online Backup Manager. Microsoft SQL Server Backup/Restore Guide DigiVault Online Backup Manager Microsoft SQL Server Backup/Restore Guide Version 4.6.1.4 October 2005 DigiVault Backup Manager User Guide 2 Table of Contents 1 Backup/Restore Microsoft SQL Server 7.0

More information

The SyncBack Management System

The SyncBack Management System The SyncBack Management System An Introduction to the SyncBack Management System The purpose of the SyncBack Management System is designed to manage and monitor multiple remote installations of SyncBackPro.

More information

1. Scope of Service. 1.1 About Boxcryptor Classic

1. Scope of Service. 1.1 About Boxcryptor Classic Manual for Mac OS X Content 1. Scope of Service... 3 1.1 About Boxcryptor Classic... 3 1.2 About this manual... 4 2. Installation... 5 2.1 Installing Boxcryptor Classic... 5 2.2 Licensing Boxcryptor Classic

More information

MapGuide Open Source Repository Management Back up, restore, and recover your resource repository.

MapGuide Open Source Repository Management Back up, restore, and recover your resource repository. MapGuide Open Source Repository Management Back up, restore, and recover your resource repository. Page 1 of 5 Table of Contents 1. Introduction...3 2. Supporting Utility...3 3. Backup...4 3.1 Offline

More information

Backing Up and Restoring Data

Backing Up and Restoring Data Backing Up and Restoring Data Cisco Unity Express backup and restore functions use an FTP server to store and retrieve data. The backup function copies the files from the Cisco Unity Express application

More information

How to Use the IBM Tivoli Storage Manager (TSM)

How to Use the IBM Tivoli Storage Manager (TSM) HPCx Archiving User Guide V 1.2 Elena Breitmoser, Ian Shore April 28, 2004 Abstract The Phase 2 HPCx system will have 100 Tb of storage space, of which around 70 Tb comprises offline tape storage rather

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

NAS 253 Introduction to Backup Plan

NAS 253 Introduction to Backup Plan NAS 253 Introduction to Backup Plan Create backup jobs using Backup Plan in Windows A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Create backup

More information

Help. F-Secure Online Backup

Help. F-Secure Online Backup Help F-Secure Online Backup F-Secure Online Backup Help... 3 Introduction... 3 What is F-Secure Online Backup?... 3 How does the program work?... 3 Using the service for the first time... 3 Activating

More information

Application Note: FTP Server Setup on computers running Windows-XP For use with 2500P-ACP1

Application Note: FTP Server Setup on computers running Windows-XP For use with 2500P-ACP1 Application Note: FTP Server Setup on computers running Windows-XP For use with 2500P-ACP1 The CTI 2500P-ACP1 is capable of transferring data files to a remote FTP Server. This document provides information

More information

IMF Tune v7.0 Backup, Restore, Replication

IMF Tune v7.0 Backup, Restore, Replication IMF Tune v7.0 Backup, Restore, Replication Contents WinDeveloper IMF Tune v7.0 Backup, Restore, Replication... 3 1. IMFTBak Requirements... 3 2. Using IMFTBak... 3 3. Backing-Up Configuration Settings...

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Security Correlation Server Backup and Recovery Guide

Security Correlation Server Backup and Recovery Guide orrelog Security Correlation Server Backup and Recovery Guide This guide provides information to assist administrators and operators with backing up the configuration and archive data of the CorreLog server,

More information

An Introduction To The Web File Manager

An Introduction To The Web File Manager An Introduction To The Web File Manager When clients need to use a Web browser to access your FTP site, use the Web File Manager to provide a more reliable, consistent, and inviting interface. Popular

More information

Time Matters and Billing Matters 15.1. Release Notes. Obtaining the Software. Before You Install. LexisNexis Time Matters and Billing Matters 15.

Time Matters and Billing Matters 15.1. Release Notes. Obtaining the Software. Before You Install. LexisNexis Time Matters and Billing Matters 15. Time Matters and Billing Matters 15.1 Obtaining the Software Time Matters is available via the download link that appears in your product key email. For assistance, please visit the Time Matters Support

More information

HP StorageWorks MSL2024, MSL4048, and MSL8096 Tape Libraries firmware release notes. Firmware version 4.60 (MSL2024), 6.90 (MSL4048), 9.

HP StorageWorks MSL2024, MSL4048, and MSL8096 Tape Libraries firmware release notes. Firmware version 4.60 (MSL2024), 6.90 (MSL4048), 9. HP StorageWorks MSL2024, MSL4048, and MSL8096 Tape Libraries firmware release notes Firmware version 4.60 (MSL2024), 6.90 (MSL4048), 9.30 (MSL8096) Part number: AK378-96019 First edition: June 23, 2009

More information

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009 State of Michigan Data Exchange Gateway Web-Interface Users Guide 12-07-2009 Page 1 of 21 Revision History: Revision # Date Author Change: 1 8-14-2009 Mattingly Original Release 1.1 8-31-2009 MM Pgs 4,

More information

How To Use An Org.Org Adapter On An Org Powerbook (Orb) With An Org Idm.Org (Orber) Powerbook With An Adapter (Orbor) With A Powerbook 2 (Orbi) With The Power

How To Use An Org.Org Adapter On An Org Powerbook (Orb) With An Org Idm.Org (Orber) Powerbook With An Adapter (Orbor) With A Powerbook 2 (Orbi) With The Power Tivoli Identity Manager Version 4.6 Oracle ERP Adapter Installation and Configuration Guide SC32-1189-02 Tivoli Identity Manager Version 4.6 Oracle ERP Adapter Installation and Configuration Guide SC32-1189-02

More information

RECOVER ( 8 ) Maintenance Procedures RECOVER ( 8 )

RECOVER ( 8 ) Maintenance Procedures RECOVER ( 8 ) NAME recover browse and recover NetWorker files SYNOPSIS recover [-f] [-n] [-q] [-u] [-i {nnyyrr}] [-d destination] [-c client] [-t date] [-sserver] [dir] recover [-f] [-n] [-u] [-q] [-i {nnyyrr}] [-I

More information

13.1 Backup virtual machines running on VMware ESXi / ESX Server

13.1 Backup virtual machines running on VMware ESXi / ESX Server 13 Backup / Restore VMware Virtual Machines Tomahawk Pro This chapter describes how to backup and restore virtual machines running on VMware ESX, ESXi Server or VMware Server 2.0. 13.1 Backup virtual machines

More information

CLC Server Command Line Tools USER MANUAL

CLC Server Command Line Tools USER MANUAL CLC Server Command Line Tools USER MANUAL Manual for CLC Server Command Line Tools 2.5 Windows, Mac OS X and Linux September 4, 2015 This software is for research purposes only. QIAGEN Aarhus A/S Silkeborgvej

More information

Tracking Network Changes Using Change Audit

Tracking Network Changes Using Change Audit CHAPTER 14 Change Audit tracks and reports changes made in the network. Change Audit allows other RME applications to log change information to a central repository. Device Configuration, Inventory, and

More information

G-Lock EasyMail7. Admin Guide. Client-Server Email Marketing Solution for Windows. Copyright G-Lock Software. All Rights Reserved.

G-Lock EasyMail7. Admin Guide. Client-Server Email Marketing Solution for Windows. Copyright G-Lock Software. All Rights Reserved. G-Lock EasyMail7 Client-Server Email Marketing Solution for Windows Admin Guide Copyright G-Lock Software. All Rights Reserved. 1 Table of Contents This document is your admin guide for G-Lock EasyMail7

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Aspera Connect User Guide

Aspera Connect User Guide Aspera Connect User Guide Windows XP/2003/Vista/2008/7 Browser: Firefox 2+, IE 6+ Version 2.3.1 Chapter 1 Chapter 2 Introduction Setting Up 2.1 Installation 2.2 Configure the Network Environment 2.3 Connect

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

Table of Contents. Online backup Manager User s Guide

Table of Contents. Online backup Manager User s Guide Table of Contents Backup / Restore VMware Virtual Machines... Error! Bookmark not defined. Backup virtual machines running on VMware ESXi / ESX Server with VDDK / non VDDK... 2 Requirements and recommendations...

More information

Configuration Guide. Remote Backups How-To Guide. Overview

Configuration Guide. Remote Backups How-To Guide. Overview Configuration Guide Remote Backups How-To Guide Overview Remote Backups allow you to back-up your data from 1) a ShareCenter TM to either a Remote ShareCenter or Linux Server and 2) Remote ShareCenter

More information

Backup/Restore Microsoft SQL Server 7.0 / 2000 / 2005 / 2008

Backup/Restore Microsoft SQL Server 7.0 / 2000 / 2005 / 2008 Backup/Restore Microsoft SQL Server 7.0 / 2000 / 2005 / 2008 This chapter will describe in details how to use OTTO Max to backup your Microsoft SQL Server 7.0 / 2000 / 2005 / 2008 server and how you can

More information

9. Database Management Utility

9. Database Management Utility Overview 9.1 Overview 9. Database Management Utility The Compass2.0 database contains information about configuration details for the intrusion control panel. It is essential that a backup of the information

More information

Zimbra Connector for Outlook Administrator Guide

Zimbra Connector for Outlook Administrator Guide With the Zimbra Collaboration Suite Connector for Outlook (ZCO), users can use Microsoft Outlook 2003, 2007, and 2010 (32-bit) to access the Zimbra Collaboration Suite server and synchronize data with

More information

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents

Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Oracle Managed File Getting Started - Transfer FTP Server to File Table of Contents Goals... 3 High- Level Steps... 4 Basic FTP to File with Compression... 4 Steps in Detail... 4 MFT Console: Login and

More information

Using Websense Data Endpoint Client Software

Using Websense Data Endpoint Client Software 1 Using Websense Data Endpoint Client Software Related topics: Disabling the endpoint client, page 3 Viewing contained files, page 5 Viewing logs, page 6 Updating the endpoint client, page 7 Your organization

More information

WEB BASED Access Control/Time Attendance Software Manual V 1.0

WEB BASED Access Control/Time Attendance Software Manual V 1.0 WEB BASED Access Control/Time Attendance Software Manual V 1.0 2007/12/26 CONTENT 1. First Login...3 2. Terminal Setup...3 2.1 Add Terminal...4 2.2 Delete Terminal...5 2.3 Modify Terminal...5 2.4 List

More information

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro

How To Restore Your Data On A Backup By Mozy (Windows) On A Pc Or Macbook Or Macintosh (Windows 2) On Your Computer Or Mac) On An Pc Or Ipad (Windows 3) On Pc Or Pc Or Micro Online Backup by Mozy Restore Common Questions Document Revision Date: June 29, 2012 Online Backup by Mozy Common Questions 1 How do I restore my data? There are five ways of restoring your data: 1) Performing

More information

Configuring Logging. Information About Logging CHAPTER

Configuring Logging. Information About Logging CHAPTER 52 CHAPTER This chapter describes how to configure and manage logs for the ASASM/ASASM and includes the following sections: Information About Logging, page 52-1 Licensing Requirements for Logging, page

More information

AT&T Global Network Client v6.8.0 and Passport IP Setup Instructions for Broadband VPN Access

AT&T Global Network Client v6.8.0 and Passport IP Setup Instructions for Broadband VPN Access AT&T Global Network Client v6.8.0 and Passport IP Setup Instructions for Broadband VPN Access October 19, 2006 1 Installing AT&T GNC 6.8.0 for Broadband VPN Access... 3 Getting Started... 3 License Agreement...

More information

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation

Table of Contents. OpenDrive Drive 2. Installation 4 Standard Installation Unattended Installation User Guide for OpenDrive Application v1.6.0.4 for MS Windows Platform 20150430 April 2015 Table of Contents Installation 4 Standard Installation Unattended Installation Installation (cont.) 5 Unattended

More information

Managing Users and Identity Stores

Managing Users and Identity Stores CHAPTER 8 Overview ACS manages your network devices and other ACS clients by using the ACS network resource repositories and identity stores. When a host connects to the network through ACS requesting

More information

SecurEnvoy Security Server. SecurMail Solutions Guide

SecurEnvoy Security Server. SecurMail Solutions Guide SecurEnvoy Security Server SecurMail Solutions Guide SecurMail Solutions Guide 2009 SecurEnvoy Printed: 2009 in United Kingdom Publisher SecurEnvoy Publishing Managing Editor SecurEnvoy Training Dept Technical

More information

Install Pocket Inventory in a Windows Server 2003 R2 Standard Environment

Install Pocket Inventory in a Windows Server 2003 R2 Standard Environment One Blue Hill Plaza, 16th Floor, PO Box 1546 Pearl River, NY 10965 1-800-PC-AMERICA, 1-800-722-6374 (Voice) 845-920-0800 (Fax) 845-920-0880 Install Pocket Inventory in a Windows Server 2003 R2 Standard

More information

SecureVault Online Backup Service FAQ

SecureVault Online Backup Service FAQ SecureVault Online Backup Service FAQ C0110 SecureVault FAQ (EN) - 1 - Rev. 19-Nov-2007 Table of Contents 1. General 4 Q1. Can I exchange the client type between SecureVault PC Backup Manager and SecureVault

More information

inforouter V8.0 Server Migration Guide.

inforouter V8.0 Server Migration Guide. inforouter V8.0 Server Migration Guide. 1 Copyright 1998-2015 inforouter Migration Guide I f for any reason, you wish to move the entire inforouter installation to another machine, please follow the instructions

More information

FrontDesk Installation And Configuration

FrontDesk Installation And Configuration Chapter 2 FrontDesk Installation And Configuration FrontDesk v4.1.25 FrontDesk Software Install Online Software Activation Installing State Related Databases Setting up a Workstation Internet Transfer

More information

ecopy ShareScan 5.0 SQL installs guide

ecopy ShareScan 5.0 SQL installs guide ecopy ShareScan 5.0 SQL installs guide Created by Rob O Leary, 3/28/2011 5.0 SQL installs guide 2 ShareScan 5.0 has two SQL setup types: Complete: Installs and connects the local MS SQL Server 2008 Express

More information

Cybozu Garoon 3 Server Distributed System Installation Guide Edition 3.1 Cybozu, Inc.

Cybozu Garoon 3 Server Distributed System Installation Guide Edition 3.1 Cybozu, Inc. Cybozu Garoon 3 Server Distributed System Installation Guide Edition 3.1 Cybozu, Inc. Preface Preface This guide describes the features and operations of Cybozu Garoon Version 3.1.0. Who Should Use This

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice ISBN: N/A Parallels 660 SW 39th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 1999-2009, Parallels, Inc.

More information

Customizing the SSOSessionTimeout.jsp page for Kofax Front Office Server 3.5.2

Customizing the SSOSessionTimeout.jsp page for Kofax Front Office Server 3.5.2 Customizing the SSOSessionTimeout.jsp page for Kofax Front Office Server 3.5.2 Date July 23, 2014 Applies To Kofax Front Office Server (KFS) 3.5.2.10 Summary This application note provides instructions

More information

Backing Up TestTrack Native Project Databases

Backing Up TestTrack Native Project Databases Backing Up TestTrack Native Project Databases TestTrack projects should be backed up regularly. You can use the TestTrack Native Database Backup Command Line Utility to back up TestTrack 2012 and later

More information

Quick Reference Guide. Online Courier: FTP. Signing On. Using FTP Pickup. To Access Online Courier. https://onlinecourier.suntrust.

Quick Reference Guide. Online Courier: FTP. Signing On. Using FTP Pickup. To Access Online Courier. https://onlinecourier.suntrust. Quick Reference Guide Online Courier: FTP https://onlinecourier.suntrust.com With SunTrust Online Courier, you can have reports and files delivered to you using an FTP connection. There are two delivery

More information

Upgrading Software Using the Online Installer

Upgrading Software Using the Online Installer Upgrading Software Using the Online Installer Last Updated: December 8, 2009 This chapter provides the procedures for upgrading from a previous software version of the Cisco Integrated Storage System module

More information

32-Bit Workload Automation 5 for Windows on 64-Bit Windows Systems

32-Bit Workload Automation 5 for Windows on 64-Bit Windows Systems 32-Bit Workload Automation 5 for Windows on 64-Bit Windows Systems Overview 64-bit Windows Systems Modifying the Working Folder for Universal Server Components Applications Installed in the Windows System

More information

WS_FTP Professional 12

WS_FTP Professional 12 WS_FTP Professional 12 Tools Guide Contents CHAPTER 1 Introduction Ways to Automate Regular File Transfers...5 Check Transfer Status and Logs...6 Building a List of Files for Transfer...6 Transfer Files

More information

Avalanche Site Edition

Avalanche Site Edition Avalanche Site Edition Version 4.8 avse ug 48 20090325 Revised 03/20/2009 ii Copyright 2008 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

NETGATE Data Backup. User Manual. Document version 1. 1 EN ( 17. 10. 2010 ) Copyright (c) 2010 NETGATE Technologies s.r.o. All rights reserved.

NETGATE Data Backup. User Manual. Document version 1. 1 EN ( 17. 10. 2010 ) Copyright (c) 2010 NETGATE Technologies s.r.o. All rights reserved. NETGATE Data Backup User Manual Document version 1. 1 EN ( 17. 10. 2010 ) Copyright (c) 2010 NETGATE Technologies s.r.o. All rights reserved. Content 1. Introduction... 3 1.1. Basic Concepts... 3 1.1.1.

More information

Application Note: FTP Server Setup on computers running Windows-7 For use with 2500P-ACP1

Application Note: FTP Server Setup on computers running Windows-7 For use with 2500P-ACP1 Application Note: FTP Server Setup on computers running Windows-7 For use with 2500P-ACP1 The CTI 2500P-ACP1 is capable of transferring data files to a remote FTP Server. This document provides information

More information

COMMANDS 1 Overview... 1 Default Commands... 2 Creating a Script from a Command... 10 Document Revision History... 10

COMMANDS 1 Overview... 1 Default Commands... 2 Creating a Script from a Command... 10 Document Revision History... 10 LabTech Commands COMMANDS 1 Overview... 1 Default Commands... 2 Creating a Script from a Command... 10 Document Revision History... 10 Overview Commands in the LabTech Control Center send specific instructions

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

How To Use Exhange On Outlook 2007 2007 On A Pc Or Macintosh Outlook 2007 On Your Pc Or Ipad (For Windows Xp) On Your Ipad Or Ipa (For Your Windows Xp). (For A Macintosh) On A

How To Use Exhange On Outlook 2007 2007 On A Pc Or Macintosh Outlook 2007 On Your Pc Or Ipad (For Windows Xp) On Your Ipad Or Ipa (For Your Windows Xp). (For A Macintosh) On A Configure Microsoft Outlook 2007 to use Exchange Email Setting Important 1. Before configure your Microsoft outlook 2007 to use exhange you MUST log into the Web Exchange page to login and change your

More information

Capture Pro Software FTP Server Output Format

Capture Pro Software FTP Server Output Format Capture Pro Software FTP Server Output Format Overview The Capture Pro Software FTP server will transfer batches and index data (that have been scanned and output to the local PC) to an FTP location accessible

More information

NMR HTTP/FTP Data Download Package

NMR HTTP/FTP Data Download Package NMR HTTP/FTP Data Download Package NMRFTPScheduler Installation Instructions Windows 7 and Windows Server 2008 Table of Contents Installing the NMRFTPScheduler... 3 Installing the Axway Secure Client...

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information