Q: What is the following warning : “rsync: rsync_xal_set: lsetxattr(<snip>) failed: Invalid argument (22)”?
A : This kind of error is a problem with transferring an extended attribute.
It is possible to use the xattr command to edit / modify the extended attributes of any problimatic files. If you require assistance then please contact us.
Q : I would like to install LBackup on an operating system other than Mac OS X, is this possible?
Q : What is the recommended destination file system type when running on Darwin (Mac OS X)?
A : HFS+ is the typically the recommended choice. Many other file systems will also work.
Some file systems will not support hard linking, files greater than 4GB or special file types such as symbolic links. If you are having success using a destination file system other than HFS+ on Mac OS X then please share your experiences.
Q : I would like to backup data in the cloud, is LBackup an option?
A : Yes (for some services). LBackup requires no graphical interface for setup, maintenance, backup or restore.
LBackup is fully configurable via a console. Backup to and from servers within a cloud evniroment on which you have a shell account and which also meet the other LBackup requirements is not only possible but is also reliable. Further details regarding cloud computing are available from this Wikipedia article.
Q : Backup server running Mac OS X is slow or unresponsive even when no backup is taking place.
A : As a first step visit the spotlight wiki page and check to see if spotlight is enabled on your backup volume.
If disabling spotlight on your system has not resolved the speed issue then please contact us or post a message to the discussion mailing list.
A : Next it may be that build_hd_index is working to catalog all the files within your backup.
Q : Seeing the following error : “rsync: unpack_smb_acl: sys_acl_get_info(): Undefined error: 0 (0)”
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.
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"
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 :