Re: Streamlined application/script development [Re: coding an Application in perl]

Chapman Flack <[email protected]> Fri, 1 Sep 2017 11:12:21 -0400
Newsgroups gmane.comp.archivers.amanda.devel
Message-ID <[email protected]>
On 09/01/2017 10:23 AM, Chapman Flack wrote:
> On 09/01/2017 10:00 AM, Jean-Louis Martineau wrote:
>> command_backup should call them sequentially for now.
> 
> Maybe even easier, as update_local_state() and write_local_state()
> are already split (update only changes in-memory data), could just
> have command_backup call inner_backup and then write_local_state

Should the write_local_state come after the sendbackup: size line?

I assume the new confirmation from the server would be after that
line is sent?

-Chap