Package: otrs
Version: 2.0.4p01-4
The script backup.pl is not working in this version because of a wrong
order of arguments of the tar command. The script currently has the
following command line options on lines 158, 168, 178 and 188 of backup.pl:
-czfh
This is incorrect because the f switch should be the last switch. The
command should therefore be:
-czhf
After this modification the script works without problems.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]