"Fossies" - the Fresh Open Source Software Archive

Member "afio-2.5.2/SCRIPTS" (30 Nov 2018, 2155 Bytes) of package /linux/misc/afio-2.5.2.tgz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 
    2 Afio has far too many options to be used directly from the command
    3 line, it is best used as an `archive engine' in a backup
    4 script.
    5 
    6 
    7 1) Using an existing script.
    8 
    9 There are a number of backup scripts using afio that I know of.
   10 Apart from incorporating the functions of afio, such scripts offer
   11 some general `administrative structure' like backup volumes, file
   12 exclusion, log files and incremental backup facilities.
   13 
   14 The available scripts have some large differences in the type of
   15 backup device they were primarily designed for (from floppy to network
   16 attached tape), the amount of maintenance done on them, and presumably
   17 the amount of remaining bugs.
   18 
   19 A list of scripts that use afio:
   20 
   21 This list was last updated Dec 2003 -- I have only listed scripts
   22 for which I found some evidence that they are (still) maintained.
   23 
   24 ---------------------------------------------------------------------------
   25 Title:          tob: Tape Oriented Backup
   26 http://tinyplanet.ca/projects/tob/
   27 ---------------------------------------------------------------------------
   28 Title:          flexbackup: A flexible backup tool.
   29 http://www.flexbackup.org/
   30 ---------------------------------------------------------------------------
   31 Title:         	KBackup - Karsten's Backup System
   32 http://kbackup.sourceforge.net/
   33 ---------------------------------------------------------------------------
   34 
   35 
   36 2) Writing your own backup script. (Or adapting an existing one.)
   37 
   38 Aside from the manual page, the files README.afio, README.linux,
   39 and script*/* provide information for script writers.
   40 
   41 Three sample backup scripts are included with this afio release.  The
   42 material in script1/ is written by Andrew Stevens, that in script2/ by
   43 Dave Gymer. All scripts will probably need some editing to run on your
   44 configuration.
   45 
   46 Sample scripts for backups with pgp encryption are included in
   47 script3/.  There were contributed by Karsten Ballueder.
   48 
   49 Sample scripts for backups with GnuPG (gpg) encryption are also
   50 included in script3/.  There were based on contributions by Jens Getreu.
   51 
   52 A sample script for use with the -H option is included in
   53 script4/. This script was provided by Raphael Manfredi.