This is a copy of my flexbackup.conf file:"
more flexbackup.conf
#------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically by the
# SME Server software. Instead, modify the source template in
# an /etc/e-smith/templates-custom directory. For more
# information, see
http://www.e-smith.org/custom/#
# copyright (C) 1999-2003 Mitel Networks Corporation
#------------------------------------------------------------
$afio_echo_block = 'false';
$afio_compress_threshold = '3';
$afio_compress_cache_size = '2';
$blksize = "10";
$mt_blksize = "0";
$buffer = 'buffer';
$buffer_megs = '3';
$pad_blocks = 'true';
$compress = 'gzip';
$compr_level = '4';
$cpio_format = 'newc';
$device = '/dev/nst0';
$dump_length = '0';
$dump_use_dumpdates = 'false';
$erase_rewind_only = 'true';
$erase_tape_set_level_zero = 'true';
$exclude_expr[0] = 'news/articles';
$exclude_expr[1] = '.*~$';
$remoteshell = 'ssh';
$remoteuser = '';
$label = 'true';
$verbose = 'true';
$sparse = 'true';
$indexes = 'true';
$atime_preserve = 'true';
$staticfiles = 'false';
$staticlogs = "false";
$logdir = "/var/log/flexbackup";
$stampdir = "/var/state/flexbackup";
$index = "$stampdir/index";
$comp_log = "gzip";
$prefix = "";
$sprefix = "";
$tmpdir = "/tmp";
$nocompress_types = 'mp3 Z z gz gif zip lha jpeg jpg taz tgz deb rpm bz2';
$tar_echo_record_num = 'false';
$tar_atime_preserve = 'true';
$traverse_fs = 'false';
$set{'full'} = '/ /boot';
$type = 'tar'
The only other difference may be that I am using flexbackup-1.2.1-1
JB