Using the TSM Client Command Line Interface for Backup & Restore

Size: px
Start display at page:

Download "Using the TSM Client Command Line Interface for Backup & Restore"

Transcription

1 Using the TSM Client Command Line Interface for Backup & Restore help.it.ox.ac.uk /hfs/help/dsmc 1. Introduction This section will first provide an introduction to the TSM Command Line Interface (CLI) and then describe how to manually back up and restore files on the local machine. The screen shots and descriptions that follow may refer to older TSM clients, but with the exception of the file specifications the syntax is generic to all platforms. 2. Starting the TSM Command Line client 2.1. Windows Run from. The TSM command line interface will open in a window on the Windows desktop. This window will be small but you can change its size, colour, or font by right clicking on the icon in the top left corner and selecting. You should see a prompt of the form: 2.2. Mac Open from and type sudo dsmc. You will be prompted for your Mac password then should see a prompt of the form: IBM Tivoli Storage Manager Command Line Backup-Archive Client Interface Client Version 6, Release 4, Level 1.5 Client date/time: :57:05 (c) Copyright by IBM Corporation and other(s) 1990, All Rights Reserved. Node Name: ABCD1234-LAPTOP-ITSERV Session established with server OX_HFS_B1: AIX Server Version 6, Release 3, Level Server date/time: :57:05 Last access: :34:35 tsm> 2.3. Unix/Linux Run dsmc as root from the shell prompt (e.g., in Ubuntu, run sudo dsmc). You should see a prompt of the form: 1/11

2 IBM Tivoli Storage Manager Command Line Backup-Archive Client Interface Client Version 6, Release 4, Level 1.7 Client date/time: :01:20 (c) Copyright by IBM Corporation and other(s) 1990, All Rights Reserved. Node Name: TEST-UBUNTU-OUCS Session established with server OX_HFS_B1: AIX Server Version 6, Release 3, Level Server date/time: :01:15 Last access: :01:04 tsm> 2.4. Netware Type load dsmc at the console. 3. Accessing Help Online help for TSM commands, options and error messages is available by typing help at the tsm> prompt. The result will be similar to below: 1.0 New for IBM Tivoli Storage Manager Version Using commands 2.1 Start and end a client command session Process commands in batch mode Process commands in interactive mode 2.2 Enter client command names, options, and parameters Command name Options Parameters File specification syntax 2.3 Wildcard characters 2.4 Client commands reference 2.5 Archive 2.6 Archive FastBack Enter 'q' to exit help, 't' to display the table of contents, press enter or 'd' to scroll down, 'u' to scroll up or enter a help topic section number, message number, option name, command name, or command and subcommand: Note that commands and options may be abbreviated to a short form as indicated by capitalisation of words in the syntax entry q for a command. Thus, for example, query filespace can be abbreviated to fi. Options and commands can also be load dsmc q included on the original command line so, using the above example, on a Netware machine you can run fi to just run a query of the current partitions backed up. Obviously, more complex queries and commands can be similarly run in the same manner. 4. Querying the server The following query commands illustrate typical command syntax and output Querying your scheduled backup slot q query To query your scheduled backup slot enter sched (which is short for schedule that below: ). The output should look similar to 2/11

3 tsm> q sched Schedule Name: WEEKLY_ITSERV Description: ITSERV weekly incremental backup Schedule Style: Classic Action: Incremental Options: Objects: Priority: 5 Next Execution: 149 Hours and 35 Minutes Duration: 15 Minutes Period: 1 Week Day of Week: Wednesday Month: Day of Month: Week of Month: Expire: Never 4.2. Querying what files are included/excluded for backup At the tsm> prompt enter q inclexcl to list output similar to the following: tsm> q inclexcl *** FILE INCLUDE/EXCLUDE *** Mode Function Pattern (match from top down) Source File Excl Filespace /var/run Excl Filespace /tmp Excl Directory /.../.opera/.../cache4 Excl Directory /.../.mozilla/.../cache Excl Directory /.../.netscape/.../cache Excl Directory /var/tmp Excl All /.../dsmsched.log Excl All /.../core Excl All /.../a.out No DFS include/exclude statements defined. Note that the include/exclude directives are listed at the partition level first, then the directory/folder level and finally at the file level. The order they are displayed above is the order in which these directives are applied by TSM. You will note that the order of the directives at any one level is the opposite of the order in which they appear in the options file. That is, TSM reads the directives listed in options file from the bottom up Querying what partitions have been backed up At the tsm> prompt enter Windows: q fi to list which partitions have been backed up: # Last Incr Date Type File Space Name :46:59 NTFS \\tentacles.oucs\c$ 3/11

4 Mac: tsm> q fi # Last Incr Date Type File Space Name :13:13 HFS / :26:09 HFS /Volumes/Disk 2 Linux: tsm> q fi # Last Incr Date Type File Space Name :13:13 EXT4 / :26:09 EXT3 /home Solaris: tsm> q fi # Last Incr Date Type File Space Name :13:13 UFS / :26:09 UFS /export/home Netware: # Last Incr Date Type File Space Name :23:46 NTW:LONG NSMS1\SYS: :22:42 NDS NSMS1\NDS: :25:33 NTW:LONG NSMS1\USR: :25:11 NTW:LONG NSMS1\APPS: 4.4. Querying what files have been backed up The syntax for querying what files you have backed up involves giving a file specification which is necessarily OS specific. Also, if an incorrect file specification is given it may appear that you have no backups. Consequently, several worked examples are displayed below for Windows, Mac, Linux/Unix and Netware environments. If you give just a path to a directory/folder you will only get the folder returned as the output: Windows: tsm> q ba c:\downloads 0 B :57:54 STANDARD A \\tentacles.oucs\c$\downloads Mac: 4/11

5 tsm> q ba /Users Size Backup Date Mgmt Class A/I File B :52:09 STANDARD A /Users Linux: tsm> q ba /home/ians/projects 512 B :52:09 STANDARD A /home/ians/projects Netware: tsm> q ba USR:/ians 0 B :25:32 STANDARD A USR:/ians Note that the Windows client lists the directory in UNC format. This format can also be used for the file specification in the query. If you just add a trailing * (star) as a wildcard in the above query, TSM will only return those files and directories backed up immediately below the directory path given in the query tsm>q ba /home/ians/projects/* :57:09 STANDARD A /home/ians/projects/hfs0106 1, :46:53 STANDARD A /home/ians/projects/hsm41perf :57:09 STANDARD A /home/ians/projects/hsm41test :22:56 STANDARD A /home/ians/projects/hsm42upg If you want to query all the current files and directories backed up under a directory and all its subdirectories you need to add the -subdir=yes option as below: tsm> q ba /home/ians/projects/* -subdir=yes :57:09 STANDARD A /home/ians/projects/hfs0106 1, :46:53 STANDARD A /home/ians/projects/hsm41perf :57:09 STANDARD A /home/ians/projects/hsm41test :22:56 STANDARD A /home/ians/projects/hsm42upg 1, :57:09 STANDARD A /home/ians/projects/hfs0106/test 1, :57:09 STANDARD A /home/ians/projects/hfs0106/test/test2 12, :01:29 STANDARD A /home/ians/projects/hsm41perf/tables 50, :35:26 STANDARD A /home/ians/projects/hsm42upg/pmr , :28:15 STANDARD A /home/ians/projects/hsm42upg/pmr , :22:56 STANDARD A /home/ians/projects/hsm42upg/md5check Note that file specifications with spaces in them will need to be quoted. Thus to query all the files backed up under C:\My Documents and any sub-directories below it, the following input would be required: tsm> q ba "C:\My Documents\*" -subdir=yes 5/11

6 By default only the current versions of files are listed. In order to query both current active and previous inactive versions of files, add the -inactive option to the query: tsm> q ba /home/ians/projects/* -subdir=yes -inactive :57:09 STANDARD A /home/ians/projects/hfs0106 1, :46:53 STANDARD A /home/ians/projects/hsm41perf :57:09 STANDARD A /home/ians/projects/hsm41test :22:56 STANDARD A /home/ians/projects/hsm42upg 1, :57:09 STANDARD A /home/ians/projects/hfs0106/test 1, :57:09 STANDARD A /home/ians/projects/hfs0106/test/test2 12, :01:29 STANDARD A /home/ians/projects/hsm41perf/tables 8, :31:18 STANDARD I /home/ians/projects/hsm41perf/tables 50, :35:26 STANDARD A /home/ians/projects/hsm42upg/pmr , :28:15 STANDARD A /home/ians/projects/hsm42upg/pmr , :22:56 STANDARD A /home/ians/projects/hsm42upg/md5check 11, :10:08 STANDARD I /home/ians/projects/hsm42upg/md5check Note how the previous versions of files are marked by an I (for Inactive) in the A/I column. Unix and Linux users should be aware of potential confusion of how TSM stores files in nested file spaces. This can arise in the following situation: A user backs-up a file myconf.txt on the /usr partition in the /usr/local/etc directory. Subsequently, a new disk partition is mounted at /usr/local, or it is defined as a virtualmountpoint. Running the command: tsm> q ba /usr/local/etc/* will not list the myconf.txt file. This is because TSM always looks for a file in the filespace (partition) with the longest name that matches the file specification you include in the command. In the above example, the file was not backed up under the /usr/local filespace but under the /usr filespace. To tell TSM to look for a file in latter filespace you must specify the filespace explicitly using braces, as below: tsm> q ba {/usr}/local/etc/* 5. Backing up your data 5.1. Backing up local disks The basic syntax for backing up local disk volumes is dsmc backup-type disk volume(s), where backup-type is one of incremental or selective. We recommend incremental backups only; selective backups cause data to be sent even if it disk already exists on the HFS. By default, if the volume is omitted, TSM will backup those volumes specified by the Domain option in the dsm.opt options file. If Domain is set to All-Local, then to backup all local volumes enter: tsm> incr where incr is an abbreviation for incremental. To incrementally back up specific volumes enter: tsm> incr C: D: F: ** Windows tsm> incr / ** Mac tsm> incr / /usr /usr/local /home ** Unix/Linux tsm> incr NDS: USR: SYS: APPS: ** Netware To run an incremental by date backup of the above, add the -incrbydate option, as in: 6/11

7 tsm> incr C: D: F: -incrbydate To back up entire disk volumes irrespective of whether files have changed since the last backup, use the selective command with a wildcard and -subdir=yes as below: tsm> sel C:\* D:\* F:\* -su=yes ** Windows tsm> sel /* -su=yes ** Mac tsm> sel /* /usr/* /home/* -su=yes ** Unix/Linux tsm> sel USR:* SYS:* APPS:* -su=yes ** Netware 5.2. Backing up selected files The basic syntax for backing up selected files is similar to that for backing up disk partitions. Be aware, however, that you cannot use wildcards in directory/folder names: tsm> incr /home/ians/projects/hsm*/* -su=yes ANS1071E Invalid domain name entered: '/home/ians/projects/hsm*/*' tsm> sel /home/ians/projects/hsm*/* -su=yes Selective Backup function invoked. ANS1081E Invalid search file specification '/home/ians/projects/hsm*/*' entered You can, however, enter several file specifications on the command line, as below: ** Windows ** tsm> incr "C:\My Documents\Word docs\*" "C:\My Documents\html docs\*" -su=yes ** Mac ** tsm> incr /Users/ians/* /Users/test/* -su=yes ** Linux/Unix ** tsm> incr /home/ians/projects/hsm41test/* /home/ians/projects/hsm41perf/* - su=yes ** Netware ** tsm> incr USR:ians/projects/tsm/* "USR:ians/projects/new html/*" -su=yes 6. Restoring your data dsmc restore source-file destinationfile. If the destination-file The basic syntax for restoring your data is is omitted then TSM will restore the file(s) to their original location. Be aware that, as with backup, you cannot use wildcards in directory/folder names. By default, TSM will restore the most current active version of a file Restoring selected files 7/11

8 ** Windows ** tsm> rest "C:\My Documents\Word docs\mydoc.doc" "C:\My Documents\restore\" tsm> rest "C:\My Documents\Word docs\mydoc.doc" "C:\My Documents\restore\myolddoc.doc" ** Mac ** tsm> rest /Users/ians/myfile.txt /Users/ians/restore/ tsm> rest /Users/ians/myfile.txt /Users/ians/restore/myoldfile.txt ** Linux/Unix ** tsm> rest /home/ians/myfile.txt /home/ians/restore/ tsm> rest /home/ians/myfile.txt /home/ians/restore/myoldfile.txt ** Netware ** tsm> rest USR:ians/myfile.txt* "USR:ians/restore/" tsm> rest USR:ians/myfile.txt* "USR:ians/restore/myoldfile.txt" Note from the first example of each restore above that in order to specify a directory as a destination, you need a trailing / (slash) at the end of the destination-filespec. Otherwise TSM may overwrite a file of the same name. The second example demonstrates a filename in the destination-filespec. Restores of single files cannot be restarted if interrupted. In this case you will need to restore the file afresh Restoring multiple files and directories ** Windows ** tsm> rest "C:\My Documents\Word docs\*" "C:\My Documents\restore\" -su=yes ** Mac ** tsm> rest /Users/ians/projects/hsm41test/* /Users/ians/projects/restore/ -su=yes ** Linux/Unix ** tsm> rest /home/ians/projects/hsm41test/* /home/ians/projects/restore/ -su=yes ** Netware ** tsm> rest USR:ians/projects/tsm/* "USR:ians/projects/restore/" -su=yes Note that in order to restore a full directory and the contents of all its sub-directories you need the -su=yes option. It is always good practice to terminate the destination-filespec with a trailing / (slash) if the element in the destination-filespec is a directory. As this restore is wild-carded, it can be restarted if interrupted due to user input (Ctrl-C), server error or communications error. q Restartable restores can be queried via rest and will restart at the point of interruption Restoring entire partitions Essentially, the syntax is the same as in 'Restoring multiple files and directories' above. However, the obvious caveats are to ensure enough space in the destination partition and to allow enough time. 8/11

9 ** Windows ** tsm> rest C:\* D:\restore\" -su=yes ** Mac ** tsm> rest /Users/* /tmp/restore/ - su=yes ** Linux/Unix ** tsm> rest /home/* /tmp/restore/ -su=yes ** Netware ** tsm> rest USR:* USR:restore/ -su=yes As with 'Restoring multiple files and directories' above, this restore is wild-carded and thus can be restarted if interrupted Restoring old and/or deleted files As with the GUI, TSM does not, by default, list or restore old and deleted inactive versions of files and directories. If you need to -inactive - restore such a file, you need the pick options. The -pick option, while not strictly necessary, causes TSM to display a list of files from which to pick. Issuing a restore as below will display the following pick window: 9/11

10 tsm> rest /home/ians/projects/* /tmp/restore/ -su=yes -inactive -pick TSM Scrollable PICK Window - Restore # Backup Date/Time File Size A/I File :57: B A /home/ians/projects/hsm41test/inclexcl.test :57: KB A /home/ians/projects/hsm41test/inittab.orig :57: KB A /home/ians/projects/hsm41test/inittab.test :57: KB A /home/ians/projects/hsm41test/md5.out :35: B A /home/ians/projects/hsm42125upg/pmr :02: B I /home/ians/projects/hsm42125upg/pmr :28: B A /home/ians/projects/hsm42125upg/pmr :17: B I /home/ians/projects/hsm42125upg/pmr :22: KB A /home/ians/projects/hsm42125upg/dsm.opt :22: KB A /home/ians/projects/hsm42125upg/dsm.sys :22: KB A /home/ians/projects/hsm42125upg/dsmmigfstab :22: KB A /home/ians/projects/hsm42125upg/filesystems :22: KB A /home/ians/projects/hsm42125upg/inclexcl :22: B A /home/ians/projects/hsm42125upg/inclexcl.dce :22: B A /home/ians/projects/hsm42125upg/inclexcl.ox_sys :22: B A /home/ians/projects/hsm42125upg/inclexcl.test :22: B A /home/ians/projects/hsm42125upg/inetd.conf :22: KB A /home/ians/projects/hsm42125upg/inittab :22: KB A /home/ians/projects/hsm42125upg/md5check :22: KB A /home/ians/projects/hsm42125upg/mkreport out :22: KB A /home/ians/projects/hsm42125upg/ssamap out :02: MB A /home/ians/projects/hsm42125upg/pmr70023/70023.tar :33: MB I /home/ians/projects/hsm42125upg/pmr70023/70023.tar <U>=Up <D>=Down <T>=Top <B>=Bottom <R#>=Right <L#>=Left <G#>=Goto Line # <#>=Toggle Entry <+>=Select All <->=Deselect All <#:#+>=Select A Range <#:#->=Deselect A Range <O>=Ok <C>=Cancel pick> You are now in the pick interface and can select individual files to restore via the number to the left, scroll up or down via U and D as described at the bottom of each listing of files. Remember to issue the destination-filespec with the original restore command if you want to prevent overwriting current versions of files with older versions. 7. Restoring your data to another machine In certain circumstances, it may be necessary to restore some, or all, of your data onto a machine other than the original from which it was backed up. Ideally the machine platform should be identical to that of the original machine. Where this is not possible or practical please note that restores are only possible for partition types that the operating system supports. Thus a restore of an NTFS partition to a Windows 9x machine with just FAT support may succeed but the file permissions will be lost. Please do not attempt cross-platform restores, e.g. by trying to restore files onto a Windows machine that have previously been backed up with a non-windows one: using TSM for Windows to try to access backups sent by other OS platforms can cause those backups to become inaccessible from the host system. To restore your data to another machine you will need the TSM software installed on the target machine. Entries in dsm.sys and/or dsm.opt will need to be edited if the node that you are restoring from does not reside on the same HFS server as the one that you are restoring to. Please see our help page section on TSM configuration files for their locations for your operating system. To check which HFS server is required, please go to View TSM Client Details, where the listed HFS Server will be the one needed for the Servername field in both dsm.sys (Mac/Unix/Linux only) and dsm.opt (all operating systems). If you do need to edit these files, it is recommended that you first of all make copies so that you can get your old settings back later. The 10/11

11 other two values which need to be changed are TCPServer and TCPPort, in dsm.sys (Mac/Unix/Linux) or dsm.opt (Windows/Netware): these can be got from our page on connecting to the HFS through a firewall, where the relevant fields are in the 'DNS Name' and 'Port' columns respectively. To access files from another machine you should then start the TSM client as below: dsmc -virtualnodename=dead.machine Unix/Linux load dsmc -virtualnodename=dead.machine ** Windows, Mac, ** Netware where DEAD.MACHINE should be substituted for the nodename of the machine to be restored. You will then be prompted for the TSM password for this machine. Querying and restoring the filestore is then as in the previous section, 6. Restoring your data. You will probably want to restore to a different destination to the original files to prevent overwriting files on the local machine, as below: tsm> rest D:\* D:\RESTORE\ -su=yes ** Windows tsm> rest /home/* /scratch/ -su=yes ** Mac, Unix/Linux tsm> rest SOURCE-SERVER\USR:* USR:restore/ -su=yes ** Netware 8. Changing your TSM password The TSM password is set to expire approximately one year after registration and at one-yearly intervals after that. Prior to this automatic expiry, you will be contacted to remind you to re-set this password. Note that even if you have the option PASSWORDACCESS Generate set in your options file, it is recommended you manually re-set your TSM password. To do this at the tsm> prompt enter: tsm> set password oldpassword newpassword 11/11

Using the TSM Client Command Line Interface for Backup & Restore

Using the TSM Client Command Line Interface for Backup & Restore We want to use cookies to collect data on how people use our site. Click here to accept, and dismiss this notice. For more information, and to change your preferences later, see our cookie policy. If you

More information

Why Does It Work That Way?

Why Does It Work That Way? Why Does It Work That Way? Andrew M. Raibeck Tivoli Storage Manager Development storman@us.ibm.com Agenda Oxford University TSM Symposium 2005 This session is intended to be a peek under the hood of how

More information

Providing a first class, enterprise-level, backup and archive service for Oxford University

Providing a first class, enterprise-level, backup and archive service for Oxford University Providing a first class, enterprise-level, backup and archive service for Oxford University delivering responsive, innovative IT 11th June 2013 11 th June 2013 Contents Service description Service infrastructure

More information

Best Practices: ADINT/TSM Installation and Configuration

Best Practices: ADINT/TSM Installation and Configuration Best Practices: ADINT/TSM Installation and Configuration by Rainer Diederichs IBM Deutschland Research & Development GmbH Boeblingen Revision 2 Copyright IBM Corporation, 2014 1 Copyright International

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation and User's Guide SC27-2809-04 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Client Installation

More information

EZ-Snapshot for Windows NT, 2000 & XP

EZ-Snapshot for Windows NT, 2000 & XP EZ-Snapshot for Windows NT, 2000 & XP Before you can use EZ-Snapshot, you must first sign up for the service. To do this, obtain an application form at the VCC Help Desk, or print a copy from the RCS directory

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation and User's Guide SC27-2809-03 IBM Tivoli Storage Manager FastBack for Workstations Version 7.1 Client Installation

More information

Windows Mail Files Backup And Restore Windows 7 Incremental Backup

Windows Mail Files Backup And Restore Windows 7 Incremental Backup Windows Mail Files Backup And Restore Windows 7 Incremental Backup There's still a way to restore your files from Windows 7 backups on Windows Each Backup Files folder is an incremental backup of the same

More information

Administration Guide - NetApp File Archiver

Administration Guide - NetApp File Archiver Page 1 of 100 Administration Guide - NetApp File Archiver TABLE OF CONTENTS OVERVIEW Introduction Key Features Terminology SYSTEM REQUIREMENTS DEPLOYMENT Installation Method 1: Interactive Install Method

More information

Manual Shell Script Linux If File Exists Wildcard

Manual Shell Script Linux If File Exists Wildcard Manual Shell Script Linux If File Exists Wildcard This page shows common errors that Bash programmers make. If $file has wildcards in it (* or? or (), they will be expanded if there are files that match

More information

Online Backup Client User Manual

Online Backup Client User Manual Software version 3.21 For Mac OS X September 2010 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or

More information

Transport Gateway Installation / Registration / Configuration

Transport Gateway Installation / Registration / Configuration CHAPTER 2 Transport Gateway Installation / Registration / Configuration This chapter covers the following areas: Transport Gateway requirements. Security Considerations When Using a Transport Gateway.

More information

TSM Client Diagnostics

TSM Client Diagnostics TSM Client Diagnostics Andrew M. Raibeck Tivoli Storage Manager Development storman@us.ibm.com Has this ever happened to you? 2 (c) Copyright IBM Corporation, 2001 10/13/2005 Agenda Oxford University TSM

More information

Best Practices: ADINT/TSM Installation and Configuration

Best Practices: ADINT/TSM Installation and Configuration Best Practices: ADINT/TSM Installation and Configuration by Rainer Diederichs IBM Deutschland Research & Development GmbH Boeblingen 30 September 2012 Copyright IBM Corporation, 2012 1 Copyright International

More information

IBM Tivoli Storage Manager HSM for Windows Version 7.1. Messages

IBM Tivoli Storage Manager HSM for Windows Version 7.1. Messages IBM Tivoli Storage Manager HSM for Windows Version 7.1 Messages IBM Tivoli Storage Manager HSM for Windows Version 7.1 Messages Note: Before using this information and the product it supports, read the

More information

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems 5.0 Introduction 1. What controls almost all functions on a computer? The operating system 5.1 Explain the purpose of an operating system 2.

More information

Server Edition. V8 Peregrine User Manual. for Linux and Unix operating systems

Server Edition. V8 Peregrine User Manual. for Linux and Unix operating systems Server Edition V8 Peregrine User Manual for Linux and Unix operating systems Copyright Notice and Proprietary Information All rights reserved. Attix5, 2015 Trademarks - Red Hat is a registered trademark

More information

Transport Gateway Installation / Registration / Configuration

Transport Gateway Installation / Registration / Configuration CHAPTER 4 Transport Gateway Installation / Registration / Configuration This chapter covers the following areas: Transport Gateway requirements. Security Considerations When Using a Transport Gateway.

More information

Online Backup Client User Manual

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

More information

IBM Spectrum Protect HSM for Windows Version Administration Guide IBM

IBM Spectrum Protect HSM for Windows Version Administration Guide IBM IBM Spectrum Protect HSM for Windows Version 8.1.0 Administration Guide IBM IBM Spectrum Protect HSM for Windows Version 8.1.0 Administration Guide IBM Note: Before you use this information and the product

More information

Veritas NetBackup Backup, Archive, and Restore Getting Started Guide. Release 8.1.2

Veritas NetBackup Backup, Archive, and Restore Getting Started Guide. Release 8.1.2 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Release 8.1.2 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Last updated: 2018-09-19 Legal Notice Copyright 2017

More information

Windows 2000 / XP / Vista User Guide

Windows 2000 / XP / Vista User Guide Windows 2000 / XP / Vista User Guide Version 5.5.1.0 September 2008 Backup Island v5.5 Copyright Notice The use and copying of this product is subject to a license agreement. Any other use is prohibited.

More information

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Chapter 10 Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Monitor, manage, and troubleshoot access to files and folders. Configure, manage, and troubleshoot file compression

More information

File Protection Whitepaper

File Protection Whitepaper File Protection Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of File Protection over traditional file copy methods... 3

More information

IBM Spectrum Protect for Databases Version Data Protection for Oracle Installation and User's Guide for UNIX and Linux IBM

IBM Spectrum Protect for Databases Version Data Protection for Oracle Installation and User's Guide for UNIX and Linux IBM IBM Spectrum Protect for Databases Version 8.1.0 Data Protection for Oracle Installation and User's Guide for UNIX and Linux IBM IBM Spectrum Protect for Databases Version 8.1.0 Data Protection for Oracle

More information

IBM C IBM Tivoli Storage Manager V7.1 Fundamentals. Download Full Version :

IBM C IBM Tivoli Storage Manager V7.1 Fundamentals. Download Full Version : IBM C9060-509 IBM Tivoli Storage Manager V7.1 Fundamentals Download Full Version : http://killexams.com/pass4sure/exam-detail/c9060-509 QUESTION: 55 Disk drives are used for which two types of storage

More information

File Protection Whitepaper

File Protection Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of over traditional file copy methods... 3 2. Backup considerations...

More information

IT Essentials v6.0 Windows 10 Software Labs

IT Essentials v6.0 Windows 10 Software Labs IT Essentials v6.0 Windows 10 Software Labs 5.2.1.7 Install Windows 10... 1 5.2.1.10 Check for Updates in Windows 10... 10 5.2.4.7 Create a Partition in Windows 10... 16 6.1.1.5 Task Manager in Windows

More information

NSave Table of Contents

NSave Table of Contents NSave Table of Contents Introduction to NSave for Desktops 2 CPP Installation Instructions 3 Backing up your Computer 8 Restoring Files to your Computer 10 Tools 16 1 Introduction to NSave for Desktops

More information

BACKUP APP V7 MICROSOFT SYSTEM BACKUP AND RESTORE GUIDE

BACKUP APP V7 MICROSOFT SYSTEM BACKUP AND RESTORE GUIDE V7 MICROSOFT SYSTEM BACKUP AND RESTORE GUIDE Revision History Date Descriptions Type of modification 27 July 2016 First Draft New 3 Feb 2017 Added instructions and screen shots for Encryption New key handling

More information

Introduction. How Does it Work with Autodesk Vault? What is Microsoft Data Protection Manager (DPM)? autodesk vault

Introduction. How Does it Work with Autodesk Vault? What is Microsoft Data Protection Manager (DPM)? autodesk vault Introduction What is Microsoft Data Protection Manager (DPM)? The Microsoft Data Protection Manager is a member of the Microsoft System Center family of management products. DPM provides continuous data

More information

File Protection. Whitepaper

File Protection. Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Modes of operation... 2 Single-instance store... 3 Advantages of... 3 2. Backup considerations... 4 Exchange VM support... 4 Restore

More information

Archiware Pure User Manual

Archiware Pure User Manual Archiware Pure User Manual Content 1 Preface... 3 1.1 About This Manual... 3 1.2 Who Should Read This Document?...3 1.3 Software Description... 3 1.4 Software Licensing... 3 1.5 Registration... 3 1.6 Technical

More information

Performing an ObserveIT Upgrade Using the Interactive Installer

Performing an ObserveIT Upgrade Using the Interactive Installer Performing an ObserveIT Upgrade Using the Interactive Installer ABOUT THIS DOCUMENT This document contains detailed procedures and instructions on how to upgrade ObserveIT by using the interactive "One

More information

Help on the SPECTRUM Control Panel

Help on the SPECTRUM Control Panel Help on the SPECTRUM Control Panel The SPECTRUM Control Panel is a convenient Point and Click interface that provides facilities that let you configure SPECTRUM resources, start and stop SpectroSERVER,

More information

8 MANAGING SHARED FOLDERS & DATA

8 MANAGING SHARED FOLDERS & DATA MANAGING SHARED FOLDERS & DATA STORAGE.1 Introduction to Windows XP File Structure.1.1 File.1.2 Folder.1.3 Drives.2 Windows XP files and folders Sharing.2.1 Simple File Sharing.2.2 Levels of access to

More information

Backup App V7. Quick Start Guide for Windows

Backup App V7. Quick Start Guide for Windows Backup App V7 Quick Start Guide for Windows Revision History Date Descriptions Type of modification 30 Jun 2016 First Draft New 25 Nov 2016 Added Restore Options to Ch 8 Restoring Data; Combined Technical

More information

User Guide. Version R95. English

User Guide. Version R95. English Cloud Backup User Guide Version R95 English September 11, 2017 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS

More information

Quick Start Guide TABLE OF CONTENTS COMMCELL ARCHITECTURE OVERVIEW COMMCELL SOFTWARE DEPLOYMENT INSTALL THE COMMSERVE SOFTWARE

Quick Start Guide TABLE OF CONTENTS COMMCELL ARCHITECTURE OVERVIEW COMMCELL SOFTWARE DEPLOYMENT INSTALL THE COMMSERVE SOFTWARE Page 1 of 35 Quick Start Guide TABLE OF CONTENTS This Quick Start Guide is designed to help you install and use a CommCell configuration to which you can later add other components. COMMCELL ARCHITECTURE

More information

Configuring Tivoli Storage Manager for Mirapoint NDMP Backup

Configuring Tivoli Storage Manager for Mirapoint NDMP Backup Configuring Tivoli Storage Manager for Mirapoint NDMP Backup TSM Configuration Overview Tivoli Storage Manager can be used to backup a Mirapoint /usr/store using the Network Data Management Protocol (NDMP).

More information

Manual File System Check Linux Command Line

Manual File System Check Linux Command Line Manual File System Check Linux Command Line The traditional Unix environment is a CLI (command line interface), where you To move around the file system you will use cd. Nearly every command and application

More information

Tivoli Storage Manager for Macintosh Backup-Archive Client Installation and User s Guide

Tivoli Storage Manager for Macintosh Backup-Archive Client Installation and User s Guide Tivoli Storage Manager for Macintosh Backup-Archive Client Installation and User s Guide Version 5 Release 1 GC32-0787-01 Tivoli Storage Manager for Macintosh Backup-Archive Client Installation and User

More information

70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced. Chapter 7: Advanced File System Management

70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced. Chapter 7: Advanced File System Management 70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 7: Advanced File System Management Objectives Understand and configure file and folder attributes Understand

More information

Zen Internet. Online Data Backup. Zen Vault Express for Mac. Issue:

Zen Internet. Online Data Backup. Zen Vault Express for Mac. Issue: Zen Internet Online Data Backup Zen Vault Express for Mac Issue: 2.0.08 Tel: 01706 90200 Fax: 01706 902005 E-mail: info@zen.co.uk Web: www.zen.co.uk Zen Internet 2015 Contents 1 Introduction... 3 1.1 System

More information

makes floppy bootable o next comes root directory file information ATTRIB command used to modify name

makes floppy bootable o next comes root directory file information ATTRIB command used to modify name File Systems File system o Designed for storing and managing files on disk media o Build logical system on top of physical disk organization Tasks o Partition and format disks to store and retrieve information

More information

Halcyon Spooled File Manager GUI. v8.0 User Guide

Halcyon Spooled File Manager GUI. v8.0 User Guide Halcyon Spooled File Manager GUI v8.0 User Guide Copyright Copyright HelpSystems, LLC. All rights reserved. www.helpsystems.com US: +1 952-933-0609 Outside the U.S.: +44 (0) 870 120 3148 IBM, AS/400, OS/400,

More information

About the SPECTRUM Control Panel

About the SPECTRUM Control Panel About the SPECTRUM Control Panel The SPECTRUM Control Panel is a convenient Point and Click interface that provides facilities that let you configure SPECTRUM resources, start and stop SpectroSERVER, start

More information

Zend Core TM. Installation and Maintenance Guide. Zend Core for Oracle. By Zend Technologies, Inc. w w w. z e n d. c o m

Zend Core TM. Installation and Maintenance Guide. Zend Core for Oracle. By Zend Technologies, Inc. w w w. z e n d. c o m Zend Core TM Installation and Maintenance Guide Zend Core for Oracle By Zend Technologies, Inc. w w w. z e n d. c o m Disclaimer The information in this document is subject to change without notice and

More information

User Instruction UBC Department of Botany insync Backup Service. Prepared by: Botany IT

User Instruction UBC Department of Botany insync Backup Service. Prepared by: Botany IT User Instruction UBC Department of Botany insync Backup Service Prepared by: Botany IT Nov 11, 2018 0 Table of Contents SECTION I: PREREQUISITES... 2 1. Hardware and software prerequisites... 2 2. Obtain

More information

Insights into TSM/HSM for UNIX and Windows

Insights into TSM/HSM for UNIX and Windows IBM Software Group Insights into TSM/HSM for UNIX and Windows Oxford University TSM Symposium 2005 Jens-Peter Akelbein (akelbein@de.ibm.com) IBM Tivoli Storage SW Development 1 IBM Software Group Tivoli

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

TABLE OF CONTENTS. Features - Lotus Notes Document idataagent. Page 1 of 75 OVERVIEW SYSTEM REQUIREMENTS - LOTUS NOTES DOCUMENT IDATAAGENT

TABLE OF CONTENTS. Features - Lotus Notes Document idataagent. Page 1 of 75 OVERVIEW SYSTEM REQUIREMENTS - LOTUS NOTES DOCUMENT IDATAAGENT Page 1 of 75 Features - Lotus Notes Document idataagent TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS - LOTUS NOTES DOCUMENT IDATAAGENT INSTALLATION Install the Lotus Notes idataagents - Windows BACKUP

More information

EM Library Startup guide

EM Library Startup guide EM Library Startup guide Version 1.1 About this guide This guide tells you how to protect your entire network from viruses by using Sophos EM Library. It tells you how to n install EM Library n set up

More information

Quick start guide for data backup: Backup Archive Client installation for Windows

Quick start guide for data backup: Backup Archive Client installation for Windows Quick start guide for data backup: Backup Archive Client installation for Windows 1 STEP 1.1. In order to install Backup Archive Client (BAclient) follow the link and proceed downloading of installation.

More information

Administration Guide - Celerra File Archiver

Administration Guide - Celerra File Archiver Page 1 of 104 Administration Guide - Celerra File Archiver TABLE OF CONTENTS OVERVIEW Introduction Key Features Terminology SYSTEM REQUIREMENTS DEPLOYMENT Installation Method 1: Interactive Install Method

More information

Sentences Installation Guide. Sentences Version 4.0

Sentences Installation Guide. Sentences Version 4.0 Sentences Installation Guide Sentences Version 4.0 A publication of Lazysoft Ltd. Web: www.sentences.com Lazysoft Support: support@sentences.com Copyright 2000-2012 Lazysoft Ltd. All rights reserved. The

More information

Tivoli Storage Manager V3.7 Performance Update Joseph Giulianelli IBM San Jose

Tivoli Storage Manager V3.7 Performance Update Joseph Giulianelli IBM San Jose Tivoli Storage Manager V3.7 Performance Update Joseph Giulianelli IBM San Jose giuliajj@us.ibm.com 1 Disclaimer The performance data contained in this presentation was measured in a controlled environment.

More information

IT 341: Introduction to System Administration. Notes for Project #8: Backing Up Files with rsync

IT 341: Introduction to System Administration. Notes for Project #8: Backing Up Files with rsync IT 341: Introduction to System Administration Notes for Project #8: Backing Up Files with rsync These notes explain some of the concepts you will encounter in Project #08: Backing Up Files with rsync Topics

More information

Altova LicenseServer. User and Reference Manual

Altova LicenseServer. User and Reference Manual User and Reference Manual User & Reference Manual All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying,

More information

Client Installation and User's Guide

Client Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations 6.1.2.0 Client Installation and User's Guide SC27-2809-01 IBM Tivoli Storage Manager FastBack for Workstations 6.1.2.0 Client Installation and User's

More information

Upgrading an ObserveIT One-Click Installation

Upgrading an ObserveIT One-Click Installation Upgrading an ObserveIT One-Click Installation This document was written for ObserveIT Enterprise version 7.6.1. This document uses screenshots and procedures written for Windows Server 2012 R2 and SQL

More information

File Transfers. Contents

File Transfers. Contents A File Transfers Contents Overview.................................................... A-3................................ A-3 General Software Download Rules............................ A-4 Using TFTP

More information

Installation and Administration Guide

Installation and Administration Guide SWIFTNet Interfaces SWIFTAlliance Workstation 6.0 Installation and Administration Guide This guide is intended for the person responsible for installing and administering SWIFTAlliance Workstation. Prior

More information

ZertSoft % Erfolgsgarantie und 100% Geld-Zurück Garantie

ZertSoft % Erfolgsgarantie und 100% Geld-Zurück Garantie ZertSoft http://www.zertsoft.com 100% Erfolgsgarantie und 100% Geld-Zurück Garantie Exam : C9060-511 Title : IBM Tivoli Storage Manager V7.1 Implementation Vendor : IBM Version : DEMO Get Latest & Valid

More information

About Backup and Restore, on page 1 Supported Backup and Restore Procedures, on page 3

About Backup and Restore, on page 1 Supported Backup and Restore Procedures, on page 3 About, on page 1 Supported Procedures, on page 3 Back Up Automation Data Using the GUI, on page 4 Restore Automation Data Using the GUI, on page 6 Schedule a Backup of Automation Data Using the GUI, on

More information

9L0-412 Q&As. OS X Support Essentials 10.8 Exam. Pass Apple 9L0-412 Exam with 100% Guarantee

9L0-412 Q&As. OS X Support Essentials 10.8 Exam. Pass Apple 9L0-412 Exam with 100% Guarantee 9L0-412 Q&As OS X Support Essentials 10.8 Exam Pass Apple 9L0-412 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance

More information

Chapter 6 Using a Redundant Management Module

Chapter 6 Using a Redundant Management Module Chapter 6 Using a Redundant Management Module You can install a redundant management module in slot M1 (upper) or M2 (lower) of the ProCurve 9408sl. (By default, the system considers the module installed

More information

FOR NETWARE. Tested and. Approved

FOR NETWARE. Tested and. Approved 7 v e r s i o n TM FOR NETWARE Tested and Approved Introduction This guide is designed to help you install Backup Exec for NetWare from the Backup Exec Installation CD. It is intended for administrators

More information

NSave Table of Contents

NSave Table of Contents NSave Table of Contents Introduction to NSave for Desktops 1 CPP Installation Instructions 2 Backing Up Your Computer 9 Restoring Files to Your Computer 11 Tools Menu 17 Introduction to NSave for Desktops

More information

Block level VM backups Restore whole VM or individual files Instant restore of VMDKs Instant restore of whole VMs (requires Standard vsphere license)

Block level VM backups Restore whole VM or individual files Instant restore of VMDKs Instant restore of whole VMs (requires Standard vsphere license) 1 Block level VM backups Restore whole VM or individual files Instant restore of VMDKs Instant restore of whole VMs (requires Standard vsphere license) Two weeks of daily incremental backups Three months

More information

LifeSize Gatekeeper Installation Guide

LifeSize Gatekeeper Installation Guide LifeSize Gatekeeper Installation Guide July 2008 Copyright Notice 2008 LifeSize Communications Inc, and its licensors. All rights reserved. LifeSize Communications has made every effort to ensure that

More information

3.3 Audio Import Manager (AIM)

3.3 Audio Import Manager (AIM) 162 STORQ Technical Operation 3.3 Audio Import Manager (AIM) The Audio Import Manager or AIM offers multiple ways of ingesting audio content into the STORQ system. Files can be imported multiple ways using

More information

IBM Tivoli Storage Manager V6.2 Implementation Exam.

IBM Tivoli Storage Manager V6.2 Implementation Exam. IBM 000-037 IBM Tivoli Storage Manager V6.2 Implementation Exam TYPE: DEMO http://www.examskey.com/000-037.html Examskey IBM 000-037 exam demo product is here for you to test quality of the product. This

More information

Features - ContinuousDataReplicator

Features - ContinuousDataReplicator Page 1 of 130 Features - ContinuousDataReplicator TABLE OF CONTENTS OVERVIEW SYSTEM REQUIREMENTS - CONTINUOUSDATAREPLICATOR INSTALLATION Install ContinuousDataReplicator Install ContinuousDataReplicator

More information

Help on the SPECTRUM Control Panel

Help on the SPECTRUM Control Panel Help on the SPECTRUM Control Panel The SPECTRUM Control Panel is a convenient Point and Click interface that provides facilities that let you configure SPECTRUM resources, start and stop SpectroSERVER,

More information

HPE Data Protector Deduplication

HPE Data Protector Deduplication Technical white paper HPE Data Protector Deduplication Introducing Backup to Disk devices and deduplication Table of contents Summary 3 Overview 3 When to use deduplication 4 Advantages of B2D devices

More information

2016. All rights reserved. ecconnect V.11 User Guide

2016. All rights reserved. ecconnect V.11 User Guide 2016. All rights reserved. ecconnect V.11 User Guide Copyright and trademarks ecconnect User Guide Copyright and trademarks The information in this document is subject to change without notice. This document

More information

IBM Tivoli Storage Manager for Databases Version Data Protection for Microsoft SQL Server Messages

IBM Tivoli Storage Manager for Databases Version Data Protection for Microsoft SQL Server Messages IBM Tivoli Storage Manager for Databases Version 7.1.2 Data Protection for Microsoft SQL Server Messages IBM Tivoli Storage Manager for Databases Version 7.1.2 Data Protection for Microsoft SQL Server

More information

Command Reference (Help differences) TopologyCmd LIST TopologyCmd IMPORT TopologyCmd EXPORT. Copyright(C) NEC Corporation All rights reserved.

Command Reference (Help differences) TopologyCmd LIST TopologyCmd IMPORT TopologyCmd EXPORT. Copyright(C) NEC Corporation All rights reserved. Command Reference (Help differences) TopologyCmd LIST TopologyCmd IMPORT TopologyCmd EXPORT Copyright(C) NEC Corporation 2017. All rights reserved. Edition Chapter/Section Details First Edition - - Revision

More information

IBM Tivoli Storage Manager for Databases Version 7.1. Data Protection for Microsoft SQL Server Messages

IBM Tivoli Storage Manager for Databases Version 7.1. Data Protection for Microsoft SQL Server Messages IBM Tivoli Storage Manager for Databases Version 7.1 Data Protection for Microsoft SQL Server Messages IBM Tivoli Storage Manager for Databases Version 7.1 Data Protection for Microsoft SQL Server Messages

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

CS420: Operating Systems. OS Services & System Calls

CS420: Operating Systems. OS Services & System Calls OS Services & System Calls James Moscola Department of Engineering & Computer Science York College of Pennsylvania Based on Operating System Concepts, 9th Edition by Silberschatz, Galvin, Gagne Operating

More information

UNIT 9 Introduction to Linux and Ubuntu

UNIT 9 Introduction to Linux and Ubuntu AIR FORCE ASSOCIATION S CYBERPATRIOT NATIONAL YOUTH CYBER EDUCATION PROGRAM UNIT 9 Introduction to Linux and Ubuntu Learning Objectives Participants will understand the basics of Linux, including the nature,

More information

Exam Questions c

Exam Questions c Exam Questions c9060-511 IBM Tivoli Storage Manager V7.1 Implementation https://www.2passeasy.com/dumps/c9060-511/ 1.What does this command do: dsmc archive "/home/tsm/prod/" -v2archive? A. It archives

More information

File Archiving Whitepaper

File Archiving Whitepaper Whitepaper Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 requirements... 2 2. product overview... 3 features... 3 Advantages of BackupAssist... 4 limitations... 4 3. Backup considerations...

More information

Contents. 1 Introduction... 2 Introduction to Installing and Configuring LEI... 4 Upgrading NotesPump to LEI...

Contents. 1 Introduction... 2 Introduction to Installing and Configuring LEI... 4 Upgrading NotesPump to LEI... Contents 1 Introduction... Organization of this Manual... Related Documentation... LEI and DECS Documentation... Other Documentation... Getting Started with Lotus Enterprise Integrator... 2 Introduction

More information

Chapter A2: BankLink Books clients

Chapter A2: BankLink Books clients Chapter A2: BankLink Books clients This chapter is aimed at BankLink Administrators This Chapter covers the options available for processing in BankLink Books. The BankLink Service Agreement permits you

More information

Description of the Windows XP Recovery Console for advanced users

Description of the Windows XP Recovery Console for advanced users Page 1 of 11 Article ID: 314058 - Last Review: September 22, 2008 - Revision: 5.4 Description of the Windows XP Recovery Console for advanced users System Tip This article applies to a different version

More information

BootManage Administrator Installation Manual

BootManage Administrator Installation Manual BootManage Administrator Installation Manual 1 Contents INTRODUCTION... 4 WHAT IS THE BOOTMANAGE ADMINISTRATOR (BMA)... 5 REQUIREMENTS FOR THE BOOTMANAGE ADMINISTRATOR:... 5 PXE... 5 BOOTMANAGE TCP/IP

More information

client X11 Linux workstation

client X11 Linux workstation LPIC1 LPIC Linux: System Administrator LPIC 1 LPI command line LPIC-1 Linux LPIC-1 client X11 Linux workstation Unix GNU Linux Fundamentals Unix and its Design Principles FSF and GNU GPL - General Public

More information

Tivoli Storage Manager for Databases

Tivoli Storage Manager for Databases Tivoli Storage Manager for Databases Version 5.5 Data Protection for Microsoft SQL Server Installation and User s Guide SC32-9059-02 Tivoli Storage Manager for Databases Version 5.5 Data Protection for

More information

Practical 5. Linux Commands: Working with Files

Practical 5. Linux Commands: Working with Files Practical 5 Linux Commands: Working with Files 1. Ps The ps command on linux is one of the most basic commands for viewing the processes running on the system. It provides a snapshot of the current processes

More information

Bootable duplicate: Create a bootable duplicate of your startup volume on an external hard drive, and update that duplicate regularly.

Bootable duplicate: Create a bootable duplicate of your startup volume on an external hard drive, and update that duplicate regularly. Page 1 Backing up Mac How to develop a solid backup strategy, what your hardware and software choices are, how to set everything up, what pitfalls you may encounter, and how to restore your data if disaster

More information

Central Administration Console Installation and User's Guide

Central Administration Console Installation and User's Guide IBM Tivoli Storage Manager FastBack for Workstations Version 7.1.1 Central Administration Console Installation and User's Guide SC27-2808-04 IBM Tivoli Storage Manager FastBack for Workstations Version

More information

File Protection using rsync. User guide

File Protection using rsync. User guide File Protection using rsync User guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Overview... 2 2. Rsync considerations... 3 3. Creating a File Protection backup using rsync... 4 4.

More information

1 Start Ubuntu Privacy Remix

1 Start Ubuntu Privacy Remix Table of Contents 1 Start Ubuntu Privacy Remix...1 2 Working with USB flash drives and diskettes...2 3 Open extended TrueCrypt volume...3 4 Open normal TrueCrypt Volume...4 5 Open and store data in the

More information

Outlook True Archive Main Screen

Outlook True Archive Main Screen Outlook True Archive Main Screen Select a source PST for archiving. Select the destination PST into which your mail will be archived. Click the Configure button to access the advanced options. Click the

More information

Command-Line Interfaces

Command-Line Interfaces CHAPTER 2 This chapter describes the CLIs you use to configure the Catalyst 4500 series switch. This chapter includes the following major sections: Accessing the Switch CLI, page 2-2 Performing Command-Line

More information

Command Line Parameters Linux Check Disk Space Windows 7

Command Line Parameters Linux Check Disk Space Windows 7 Command Line Parameters Linux Check Disk Space Windows 7 Explains why can't your write to the disk on a Linux or Unix server. 1.6G 7% /boot /dev/sda7 4.7G 145M 4.4G 4% /tmp /dev/sda9 9.4G 628M 8.3G 7%

More information

Chapter Title. Time Warner Cable Business Class Online Backup. Mac User Guide. Version 2.1.1

Chapter Title. Time Warner Cable Business Class Online Backup. Mac User Guide. Version 2.1.1 Chapter Title Time Warner Cable Business Class Online Backup Mac User Guide Version 2.1.1 Table of Contents... 2 Chapter 1: About This Guide... 3 Chapter 2: Getting Started...4 Installing Online Backup...

More information