Fork me on GitHub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
frequently_asked_questions [2016/04/07 21:09]
henri
frequently_asked_questions [2020/05/13 09:21]
henri
Line 169: Line 169:
   * A : Try making initiating a full backup. It may be that the ACL's are not matching between systems. ​   * A : Try making initiating a full backup. It may be that the ACL's are not matching between systems. ​
     * This may happen after a major system upgrade or migration. The users for the ACL's may not not be correct. Hence this error is being issued.     * This may happen after a major system upgrade or migration. The users for the ACL's may not not be correct. Hence this error is being issued.
-  * A : If ACL's do not need to be preserved, then pointing then pointing the //​backupDest//​ to an empty directory (full backup) ​and adding ​the following line to your LBackup configuration ​should resolve this problem ​:     +  * A : If ACL's do not need to be preserved, then pointing then disabling ACL preservation is an option. 
 +      * First, start with an empty backupDest ​directory ((first run full backup) ​ 
 +      * Next, add the following line to your LBackup configuration :     
  
     disable_acl_preservation="​YES"​     disable_acl_preservation="​YES"​
 +
 +  * A : Another approach is to use the use is to enable numeric ID mapping.
 +    * **Note** : some versions of rsync have a bug which result in this approach failing, if this is the case for you either switch to a different version of rsync or try either of the approaches listed above.
 +    * First, start with an empty backupDest directory ((first run full backup) ​
 +    * Next, add the following lines to your LBackup configuration : 
 +
 +    disable_acl_preservation="​NO"​
 +    numeric_ids_enabled="​YES"​
 +    ​
 +  * Q : How is SIP handled on macOS : "​rsync:​ opendir failed: Operation not permitted (1)
 +  * A : Backup via [[network_backup|SSH]]
 +  * A : [[:​developer/​dealing_with_sip|Dealing with SIP on macOS developer page]]
  
 \\ \\