Steffen Schmidt
Sun, 08 Feb 2004 09:57:14 -0800
flexbackup version 1.0.5 (http://flexbackup.sourceforge.net) /etc/flexbackup.conf syntax OK
|------------------------------------------------------------ | Checking 'buffer' on this machine... Ok | Checking /bin/sh on this machine... bash2 |------------------------------------------------------------ | Trying "mt defblksize" instead of "mt setblk" Error setting block size Neither of these commands worked: mt -f /dev/nst0 setblk 0 mt -f /dev/nst0 defblksize 0
# ---------------------------------------------------------------------- # General configuration section
# Archive type? afio, dump, tar, cpio, star, pax, zip $type = 'afio';
# List the directories you wish to dump when 'all' is given # Just a simple space-separated list # Remote filesystems should denoted as 'host:dir' # # Example: # $filesystems[0] = '/ /usr /home machine1:/usr machine2:/home'; # # The array index is a tape number. If you want an 'all' level 0 backup to # span multiple tapes, add more lines with different array indices. You will # be prompted for tape change in between. # $filesystems[0] = '/home /etc /export';
# Compression $compress = 'gzip'; # one of false/gzip/bzip2/zip/compress/hardware $compr_level = '4'; # compression level (1-9) (for gzip/bzip2/zip)
# Block size (k) to use # Default is 10 for most things. Some tape drives need 32 or 64. # Set to '0' to disable all blocking $blksize = '0';
# True to use "variable" block size for the tape device (mt setblk 0) # If false, will use the $blksize parameter above. All non-mt commands # will still use $blksize regardless of this value $mt_var_blksize = 'false';
# Padding. True to pad blocks to blocksize (devices only, not used when # archiving to files) $pad_blocks = 'true';
Thanks Steffen
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ flexbackup-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/flexbackup-help