XferLOG.bad.z

Running: /usr/bin/env LC_ALL=C /usr/bin/sudo /bin/tar -c -v -f - -C /
--totals --exclude=sys --exclude=home/backuppc --exclude=proc
--exclude=var/lib/postgres --exclude=var/log ./bin ./apps ./opt
./lib32 ./intellasoft ./etc ./manageServ ./boot ./var ./lib ./lib64
./usr ./home ./sbin

full backup started for directory /
Xfer PIDs are now 17662,17661
  create   755       0/0           0 bin
  pool     755       0/0        1297 bin/bzmore
  pool     755       0/0       47776 bin/rmdir
  pool     755       0/0        2080 bin/zforce
  pool     755       0/0       47776 bin/readlink

... 2.2 million lines snipped (file listing)

  create   755       0/0       59512 sbin/ntfsclone
  pool     755       0/0       26976 sbin/iptunnel
  pool     755       0/0       44200 sbin/start-stop-daemon
  pool     755       0/0       18504 sbin/swaplabel
  pool     777       0/0           4 sbin/ifquery

tarExtract: Done: 0 errors, 1758014 filesExist, 332806367298 sizeExist, 226985802887 sizeExistComp, 2000523 filesTotal, 372072397236 sizeTotal
Got fatal error during xfer (Tar exited with error 512 () status)
Backup aborted (Tar exited with error 512 () status)
Not saving this as a partial backup since it has fewer files than the prior one (got 2000523 and 2208026 files versus 2447091)


Config:

#
# Local server backup of /etc as user backuppc
#
$Conf{XferMethod} = 'tar';


$Conf{TarClientCmd} = '/usr/bin/env LC_ALL=C /usr/bin/sudo $tarPath -c -v -f - -C $shareName --totals';

# remove extra shell escapes ($fileList+ etc.) that are
# needed for remote backups but may break local ones
$Conf{TarFullArgs} = '$fileList';
$Conf{TarIncrArgs} = '--newer=$incrDate $fileList';
$Conf{BackupFilesOnly} = {
  '/' => [
    'bin',
    'apps',
    'opt',
    'lib32',
    'intellasoft',
    'etc',
    'manageServ',
    'boot',
    'var',
    'lib',
    'lib64',
    'usr',
    'home',
    'sbin'
  ]
};
$Conf{TarShareName} = [
  '/'
];
$Conf{BackupFilesExclude} = {
  '/' => [
    'sys',
    'home/backuppc',
    'proc',
    'var/lib/postgres',
    'var/log'
  ]
};
$Conf{TarClientPath} = '/bin/tar';
$Conf{TarClientRestoreCmd} = '/usr/bin/env LC_ALL=C /usr/bin/sudo $tarPath -x -p --numeric-owner --same-owner -v -f - -C $shareName+';



_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/

Reply via email to