I am trying to set up a simple archive device.  I think I have it set
up properly, but I am seeing this (rather unhelpful) error:

    Archive failed (Error: /opt/backuppc/bin/BackupPC_tarCreate,
    compress or split failed)

I disabled compression and splitting, but I still get the error.

My config looks like this:

    $Conf{XferMethod} = 'archive';
    $Conf{ArchiveDest} = '/dev/st0';
    $Conf{ArchivePar} = 0;
    $Conf{ArchiveSplit} = 0;
    $Conf{ArchiveComp} = 'none';

What is causing the error?

--
Bowie


_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to