Fbackup and Frecover Commands
Fbackup and Frecover Commands
****************************************************
To do an ENTIRE backup:
----------------------------------------------------
fbackup -f /dev/rmt/0m -i / -v
****************************************************
To store a particular directory:
----------------------------------------------------
***************************************************
To recover a particular directory:
--------------------------------------------------
**********************************************************************
To see what's actually on the tape without restoring or extracting:
---------------------------------------------------------------------
*******************************************************
To recover a particular FILE:
---------------------------------------------------
**************************************************************
To see if a particular file is on the tape ( must know path )
--------------------------------------------------------------
***********************************************************
REMOTE BACKUPS
---------------------------------------------------------
*****************************************************************
restore files with absolute path to another directory
-------------------------------------------------------------------
********************************************************************
restore files without leading directories
----------------------------------------------------------------------
cd /dir (where you want to restore file)
frcover -Fx -i /dir/file -f /dev/rmt/0m
************************************************************************
**
How to copy a large file from one filesystem to another
------------------------------------------------------------------------
--