That should not affect the size -- plus --hard-links is used in both
if I recall.
Kris Lou via BackupPC-users wrote at about 01:05:32 -0800 on Friday, December
16, 2022:
> Perhaps there's a difference in rsync arguments? In particular,
> "--hard-links" ?
>
> BPCv4 default arguments:
> $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',
> ];
> _______________________________________________
> BackupPC-users mailing list
> [email protected]
> List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki: https://github.com/backuppc/backuppc/wiki
> Project: https://backuppc.github.io/backuppc/
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/