I recently upgraded backuppc to V4 and the bcp version of rsync, and I can't get anything to work. The migration to V4 seems to have gone well - it took 2-3 days to run through all of the hosts (15 hosts with 105 backups)

All backups get an error like this:
2022-04-07 03:02:37 incr backup started for directory /home
2022-04-07 03:02:39 Got fatal error during xfer (rsync error: error in rsync 
protocol data stream (code 12) at io.c(226) [Receiver=3.1.3.0])
2022-04-07 03:02:44 Backup aborted (rsync error: error in rsync protocol data 
stream (code 12) at io.c(226) [Receiver=3.1.3.0])


I tried just running the bpc tool on its own and got:

~>/usr/libexec/backuppc-rsync/rsync_bpc -a Downloads d rsync error: syntax or usage error (code 1) at options.c(1882) [client=3.1.3.0]

So, I think that proves that it is rsync-bpc that is causing trouble, as `rsync -a Downloads d` works perfectly fine.

If that isn't a valid test, here are some config options. Any ideas what could be going wrong?

RsyncArgs is set to:
  '--super',
  '--recursive',
  '--protect-args',
  '--numeric-ids',
  '--perms',
  '--owner',
  '--group',
  '-D',
  '--times',
  '--links',
  '--hard-links',
  '--delete',
  '--delete-excluded',
  '--one-file-system',
  '--partial',
  '--log-format=log: %o %i %B %8U,%8G %9l %f%L',
  '--stats',
  '--bwlimit=1024'


$Conf{RsyncArgsExtra} = [];
$Conf{RsyncFullArgsExtra} = ['--checksum'];
$Conf{RsyncIncrArgsExtra} = [];


--
Jon Daley
https://jon.limedaley.com
~~
01 potato, 10 potato, 11 potato, xor!
-- Gary Young


_______________________________________________
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