Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 190357
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for Orphaned Packages <maintainer-needed@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: John R. Graham <john_r_graham@mindspring.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
flexbackup-1.2.1-afio-large-files.patch Patch applies afio large file fix. patch John R. Graham 2007-08-27 01:54 0000 401 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 190357 depends on: Show dependency tree
Bug 190357 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-08-27 01:50 0000
The problem occurs when using flexbackup with the afio back end.  afio tries
very hard to produce archives that are cpio compatible.  However, if a file
being backed up exceeds the size that cpio can handle (2GiB), afio warns of the
potential issue, uses an extended (but non-cpio-compatible) file header that
can handle the larger size, completes the backup successfully, and returns a
non-zero result code.  flexbackup currently treats this result code as a hard
error and marks the backup as failed.

There's an afio command line option to suppress this warning (and the resultant
non-zero result code).  Since flexbackup can also use cpio as a back end, it
seems reasonable to assume that those who want cpio-compatible archives should
use cpio as the back end.

Patch coming.

- John

------- Comment #1 From John R. Graham 2007-08-27 01:54:48 0000 -------
Created an attachment (id=129271) [details]
Patch applies afio large file fix.

This patch adds a command line option to the invocation of afio that allows it
to silently produce afio extended format archives if the incoming file size
warrants.

- John

------- Comment #2 From Christian Faulhammer 2007-09-01 19:49:40 0000 -------
Took your fix from Sunrise...thanks a lot.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug