Content-type: text/html
Manpage of rfs
rfs
Section: USER COMMANDS (1)
Updated: $Date: 2006-04-08 10:24:50 $
Index
Return to Main Contents
NAME
rfs - a shell script for creating and updating a local spare system disk.
SYNOPSIS
rfs
[-D] [-f] [-v] device1 device2
rfs
-V
rfs
-h
DESCRIPTION
rfs is a shell script for creating and updating a local spare system disk. The main goal is to recover a working system after a crash quickly. In this case, "quickly" means the time it takes to reboot the machine.
OPTIONS
- -D
-
-
debug mode
- -V
-
prints version
- -f
-
force mode, don't ask for confirmation
- -h
-
this help
- -v
-
verbose mode.
EXAMPLES
- clone /dev/hda on /dev/hdb :
-
rfs
/dev/hda /dev/hdb
- clone /dev/hda on /dev/hdb - batch mode (no user input) :
-
rfs
-f
/dev/hda /dev/hdb
- clone /dev/hda on /dev/hdb - verbose mode :
-
rfs
-v
/dev/hda /dev/hdb
- clone /dev/hda on /dev/hdb - debug mode (e.g. for submitting a bug report):
-
rfs
-f
-v
-D
/dev/hda /dev/hdb 2>&1 | tee /tmp/rfs.log
- clone /dev/hda on /dev/hdb excepted some directories of your choice :
-
export RFS_EXCLUDE="/tmp /var/www" ;
rfs
/dev/hda /dev/hdb
EXIT STATUS
rfs returns a zero exit status if it succeeds, and 1 if it fails.
ENVIRONMENT
RFS_EXCLUDE
a space-separated list of files and/or directories not to be cloned.
VERSION
This man page documents rfs version <version>.
CREDITS
rfs is distributed under the General Public License. See file COPYING for details.
home page : http://eric.gerbier.free.fr/rfs/
AUTHORS
Nicolas Jouanne (nicolas. ( DOT ) jouanne ( AT ) free ( DOT ) fr)
Eric Gerbier (gerbier ( AT ) users.sourceforge ( DOT ) net)
SEE ALSO
rsync(1)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- EXAMPLES
-
- EXIT STATUS
-
- ENVIRONMENT
-
- VERSION
-
- CREDITS
-
- AUTHORS
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 10:05:38 GMT, February 25, 2008