Bug #14634
closedkatello-backup not backing up all data
Description
While there is good information in the documentation on the back up process, the backup tool (/usr/bin/katello-backup) provided with Katello seems to looking for backup data in incorrect location, specifically the certs. Probably this tool is taking into consideration Satellite 6. When I run the katello-backup tool, it throughs the following errors:
tar: /etc/katello: Cannot stat: No such file or directory
tar: /etc/pki/content: Cannot stat: No such file or directory
tar: /etc/pki/tls/certs/katello-node.crt: Cannot stat: No such file or directory
tar: /etc/pki/tls/certs/pulp_consumers_ca.crt: Cannot stat: No such file or directory
tar: /etc/pki/tls/certs/pulp_ssl_cert.crt: Cannot stat: No such file or directory
tar: /etc/pki/tls/private/katello-node.key: Cannot stat: No such file or directory
tar: /var/lib/katello: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors