duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Proposal for backgrounded concurrent I/O with new r


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] Proposal for backgrounded concurrent I/O with new retry support
Date: Fri, 30 Nov 2007 08:25:15 -0600
User-agent: Thunderbird 1.5.0.14pre (X11/20071023)

Peter Schuller wrote:
> Hello,
> 
> I have been looking through the code some, with an eye towards two features:
> 
>   (1) backgrounding all backend I/O, and allowing for concurrency

As long as the order is maintained, then there should be no problem, but
I imagine most people will be happy with a concurrency of 2 or so.  My
observation is that the build and IO take about the same amount of time
on a relatively fast network, so you could double your speed there quite
easily.  On a slow network, you could at least guarantee that there was
no dead time other than what the network demands.

>   (2) the ability to pause retries until an operator indicates the backend 
> should resume retrying, as has been previously discussed on the list

For those that run interactively, this would be a good thing.  The only
requirement I would impose on any implementation is that it must be able
to run under cron, or similar, without human intervention.

That said, a cron job that somehow interactively prompts the operator
for help may be a good thing, if it can be done without using the system
console since some machines have none.  Your --retry-failure-* options
may be able to feed a monitoring task, in which case, multiple
duplicity's could be run at the same time to different directories.

All very good ideas and plans!  Do you need a branch on CVS so you can
work on a separate tree, then merge later?  Or will it be just one big
release sometime down the road?

...Ken


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]