thanks Les,

 i must say that i never changed the rsync options so i will have a deep look 
at it, the recommanded settings for v4 and what i use that is quite old i 
admint.

                '--super',
                '--recursive',
                '--protect-args',
                '--numeric-ids',
                '--perms',
                '--owner',
                '--group',
                '-D',
                '--times',
                '--links',
                '--hard-links',
                '--delete',
                '--delete-excluded',
                '--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',
                '--temp-dir=/var/tmp',

the one inhttps://github.com/backuppc/backuppc/blob/master/conf/config.pl

    '--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',


they seems quite similar to me but i will look.

$Conf{RsyncFullArgsExtra} is not set on my configuration so i will add it with 
--ignore-times :)

--
cordialement,
Ghislain ADNET.
AQUEOS.
_______________________________________________
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