<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Been trying to run a complete backup on a fresh install to get rid of that annoying alert.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>engine-backup --scope=all<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Kept failing with the error:<o:p></o:p></p><p class=MsoNormal>2016-04-17 04:05:31 8742: Creating temp folder /tmp/engine-backup.ymrXeYZay1/tar<o:p></o:p></p><p class=MsoNormal>2016-04-17 04:05:31 8742: OUTPUT: - Files<o:p></o:p></p><p class=MsoNormal>2016-04-17 04:05:31 8742: Backing up files to /tmp/engine-backup.ymrXeYZay1/tar/files<o:p></o:p></p><p class=MsoNormal>2016-04-17 04:05:31 8742: FATAL: Failed backing up /etc/ovirt-engine<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Research shows a bug reported on version 3.6.0 related to the tar options<o:p></o:p></p><p class=MsoNormal><a href="https://gerrit.ovirt.org/#/c/48596/3/packaging/bin/engine-backup.sh">https://gerrit.ovirt.org/#/c/48596/3/packaging/bin/engine-backup.sh</a><o:p></o:p></p><p class=MsoNormal><a href="https://bugzilla.redhat.com/show_bug.cgi?id=1282397">https://bugzilla.redhat.com/show_bug.cgi?id=1282397</a><o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>But a grep of the script shows the changes have been made<o:p></o:p></p><p class=MsoNormal>[root@engine1 iso]# grep cpSs /usr/share/ovirt-engine/bin/engine-backup.sh<o:p></o:p></p><p class=MsoNormal>[root@engine1 iso]# grep cpS /usr/share/ovirt-engine/bin/engine-backup.sh<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tar -C &quot;${dir}&quot; -cpS&quot;${ARCHIVE_COMPRESS_OPTION}&quot;f &quot;${file}&quot; . &gt;&gt; &quot;${tar_log}&quot; 2&gt;&amp;1<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tar -C / --files-from - -cpS&quot;${FILES_COMPRESS_OPTION}&quot;f &quot;${target}&quot; || logdie &quot;Failed backing up ${paths}&quot;<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Verified I had a new version (just re-installed ovirt-engine today)<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>ovirt-engine-3.6.4.1-1.el6.noarch<o:p></o:p></p><p class=MsoNormal>Linux engine1.attlocal.net 2.6.32-573.22.1.el6.x86_64 #1 SMP Wed Mar 23 03:35:39 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal># ovirt-engine-backup - oVirt engine backup and restore utility<o:p></o:p></p><p class=MsoNormal># Copyright (C) 2013-2016 Red Hat, Inc.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Then I noticed there is an option to turn off &#8211;files-compressor.&nbsp; Doing this I was able to get a complete backup.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>[root@engine1 iso]# engine-backup --mode=backup --scope=files --file=/mnt/h97m/backup_files_20160417&nbsp; --log=/root/backup_files_20160417.log --files-compressor=None<o:p></o:p></p><p class=MsoNormal>Backing up:<o:p></o:p></p><p class=MsoNormal>Notifying engine<o:p></o:p></p><p class=MsoNormal>- Files<o:p></o:p></p><p class=MsoNormal>Packing into file '/mnt/h97m/backup_files_20160417'<o:p></o:p></p><p class=MsoNormal>Notifying engine<o:p></o:p></p><p class=MsoNormal>Done.<o:p></o:p></p><p class=MsoNormal>[root@engine1 iso]# engine-backup --mode=backup --scope=all --file=/mnt/h97m/backup_all_20160417&nbsp; --log=/root/backup_all_20160417.log --files-compressor=None<o:p></o:p></p><p class=MsoNormal>Backing up:<o:p></o:p></p><p class=MsoNormal>Notifying engine<o:p></o:p></p><p class=MsoNormal>- Files<o:p></o:p></p><p class=MsoNormal>- Engine database 'engine'<o:p></o:p></p><p class=MsoNormal>Packing into file '/mnt/h97m/backup_all_20160417'<o:p></o:p></p><p class=MsoNormal>Notifying engine<o:p></o:p></p><p class=MsoNormal>Done.<o:p></o:p></p><p class=MsoNormal>[root@engine1 iso]# service ovirt-engine start<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Passing this on in case I need the work around again ;)<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Jack Greene<o:p></o:p></p></div></body></html>