We moved this page to our Documentation Portal. You can find the latest updates here. |
Issue
Incremental Backups
Rsync fails while taking and restoring an incremental backup on an XFS disk under the following conditions:
- The /onapp/backups directory is shared via NFS.
- There are extended attributes associated with the files and directories on the XFS disk.
Normal Backups
Tar fails while restoring a normal backup on an XFS disk under the following conditions:
- The /onapp/backups directory is shared via NFS.
- There are extended attributes associated with files and directories on the XFS disk.
Environment
OnApp 6.0
Resolution
Incremental Backups
To resolve the issue for incremental backups, follow the next procedure:
- Go to your Control Panel > Settings > Configuration.
- Click the Backups/Templates tab.
- Disable Store extended attributes and Store ACLs under Rsync options.
- Click the Save Configuration button.
After saving configuration, the Control Panel server restarts OnApp services.
Normal Backups
To resolve the issue for normal backups, follow the next procedure:
- Access the info_hub.yml file.
- Locate the following section in the the info_hub.yml file:
ssh_recipe:
tar_options:
- '--xattrs'
- '--xattrs-include=*' - Delete the following lines from the section:
- '--xattrs'
- '--xattrs-include=*' - Restart OnApp services, using the following command:
# service onapp restart
As a result, the extended attributes will not be stored on XFS disks with NFS shares while taking and restoring incremental and normal backups.
Additional Information
For additional information, see: