Show Posts
|
|
Pages: 1 ... 8 9 [10] 11 12 ... 25
|
|
137
|
General Category / Questions / Re: backing up large amounts of data
|
on: December 23, 2007, 09:12:44 PM
|
|
# of retries is settable.
Some ppl have reported improved tx rates running several copies at once (on different dirs obviously)
There is probably a bug in the connection code where we should reset the connection more forcefully than currently does.
Lots of needed changes, no time lately to do them.
|
|
|
|
|
139
|
General Category / Feature Requests / Re: Inactivity timeout
|
on: December 21, 2007, 01:57:09 PM
|
|
You could write a patch in a progress-stream-like fashion that runs an idle timer and aborts. Someone else had a similar request, but I don't necessarily see doing that myself.
|
|
|
|
|
147
|
General Category / Questions / Re: Email-Notification with log attached
|
on: December 14, 2007, 07:01:00 PM
|
|
From a cron: I have my commands send output to a log file, and if the result code was non-zero I 'cat' the log file so it will be emailed to me via the cron system. This way I don't have to care about logs when the procedure worked fine.
|
|
|
|
|