Hi Craig,

> On 9 Nov 2020, at 18:00, Craig Barratt via BackupPC-users 
> <backuppc-users@lists.sourceforge.net> wrote:
> 
> Yes, it's perfectly fine to downgrade to rsync-bpc-3.1.2.0-2.el7.  It's fully 
> compatible with BackupPC 4.4.0.  It would be good to know whether it behaves 
> differently.
> 
> What are your settings for $Conf{RsyncArgs} and $Conf{RsyncArgsExtra}?

I follow the rpmdefault for these settings, as follows:

$Conf{RsyncArgs} = [
            '--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',
            #
            # Add additional arguments here, for example --acls or --xattrs
            # if all the clients support them.
            #
            #'--acls',
            #'--xattrs',
];

$Conf{RsyncArgsExtra} = [];

Thanks,

Pim

_______________________________________________
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