Here is a better explanation of my question.

If rsync backups $Conf{RsyncArgsExtra} are set to include acls & xattrs attributes in backups.

During a restore, will BackupPC v4.4.0 restore the acls & xattrs?

In other words if BackupPC backs up acls & xattrs attributes does it restore them OR do these, or some of these (listed below) need to be set to include acls or xattrs during restores????

/$Conf{RsyncArgsExtra} = []; $Conf{RsyncFullArgsExtra} = ['--checksum']; $Conf{RsyncIncrArgsExtra} = []; $Conf{RsyncRestoreArgs} = [ ... ]; $Conf{RsyncRestoreArgsExtra} = [];/



-------- Forwarded Message --------
Subject:        Re: [BackupPC-users] Regarding $Conf{RsyncArgs}
Date:   Mon, 2 Nov 2020 08:39:09 -0600
From:   Robert E. Wooden <b...@donelsontrophy.com>
Reply-To: General list for user discussion, questions and support <backuppc-users@lists.sourceforge.net>
To:     backuppc-users@lists.sourceforge.net



On 11/2/2020 7:47 AM, backu...@kosowsky.org wrote:
Note that 'acls' and 'xattrs' only work in BackupPC 4.x not 3.x Bob Wooden wrote at about 06:25:40 -0600 on Monday, November 2, 2020: > I suspect I am about to ask a question that may have been asked before. > Sorry for any redundancy. > > Regarding $Conf{RsyncArgs} = [ ... ] and all the sub 'sections' there of. > > I have had the following on various clients that needed to have the acls > and xattrs attributes backed up for many years now. Like so: > > $Conf{RsyncArgsExtra} = []; >     --acls >     --xattrs > > I have been lucky as all these years I have never noticed these > attributes missing after a restore or for that matter, needed to restore > many files and found these acls & xattrs atrributes where missing.
  >
> /So, my question is do I need to include '--acls' & '--xattrs' to any of > the other five sections listed?: > > $Conf{RsyncArgsExtra} = []; > $Conf{RsyncFullArgsExtra} = ['--checksum']; > $Conf{RsyncIncrArgsExtra} = []; > $Conf{RsyncRestoreArgs} = [ ... ]; > $Conf{RsyncRestoreArgsExtra} = [];/ > > Especially for restore purposes? > > -- > (Sent from home location.) > > Bob Wooden > > _______________________________________________ > 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/ _______________________________________________ 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/

I did not think that 3.3 was still in use but, yes, I suspect some are still using it. Did not mean to offend anyone.

In my case:

OS:   CentOS 8.2.2004

BackupPC:   V4.4.0

-- Bob Wooden

_______________________________________________
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/

_______________________________________________
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