Re: coding an Application in perl
Chapman Flack <[email protected]>
| Newsgroups | gmane.comp.archivers.amanda.devel |
|---|---|
| Message-ID | <[email protected]> |
On 02/23/2016 10:55 AM, Jean-Louis Martineau wrote: > I improved the > http://wiki.zmanda.com/index.php/Application_API/Operations page and I > added a new http://wiki.zmanda.com/index.php/Application_API/DAR page Hi again, I've just noticed that the Application_API/DAR page shows DAR <offset> <size> while looking in current sources (amgtar, fetchdump, restore, amidxtaped) there is consistently a colon: DAR <offset>:<size> And from the code I am convinced the <offset> and <size> are both in bytes (the wiki page already says so for <size>, maybe to be completely clear it could say so for <offset> too). Regards, -Chap