Re: Upload File Transfer Status Progress Bar Missing

2023-07-14 Thread Wayne Sallee via Any discussion of rdiff-backup
   Never mind on that one. It never had a progress bar. :-)
   Wayne Sallee
   [1]wa...@waynesallee.com
   [2]http://www.WayneSallee.com

    Original Message 
   *Subject: *  Upload File Transfer Status Progress Bar Missing
   *From: * Wayne Sallee [3]
   *To: * Rdiff-backup-users [4]
   *CC: *
   *Date: *  2023-7-14  12:27 PM

 I upgraded to rdiff-backup-2.2.5, and now the upload status file
 transfer progress bar is missing.
 Is there a way to get it back?
 Wayne Sallee
 [5]wa...@waynesallee.com
 [6]http://www.WayneSallee.com

References

   1. mailto:wa...@waynesallee.com
   2. http://www.WayneSallee.com/
   3. mailto:wa...@waynesallee.com
   4. mailto:rdiff-backup-users@nongnu.org
   5. mailto:wa...@waynesallee.com
   6. http://www.WayneSallee.com/


Upload File Transfer Status Progress Bar Missing

2023-07-14 Thread Wayne Sallee

I upgraded to rdiff-backup-2.2.5, and now the upload status file transfer 
progress bar is missing.

Is there a way to get it back?


Wayne Sallee
wa...@waynesallee.com
http://www.WayneSallee.com



Re: progress bar?

2021-05-14 Thread Eric L. Zolf

Hi,

On 14/05/2021 09:29, griffin tucker wrote:

i can try drafting some pseudo-code, but by the looks of things, it'd
take some major restructuring - not impossible, though!


I never said that it's impossible, but "major restructuring" is indeed 
in progress, and "not very difficult" is something else...



i'll have a better look through the source to see if it's feasible -
another option i'd want is to compress the last backup, not just the
diffs, as well as choice of compressor (as optional features) but
these features could make an already somewhat complex script more
complex


Feel free to plug enhancement requests, but it will have to wait for the 
restructuring to be finished (and it can take a while). Choice of 
compressor is indeed something I have in mind, there are faster/better 
compressor than gzip nowadays.


KR, Eric



Re: progress bar?

2021-05-14 Thread griffin tucker
i can try drafting some pseudo-code, but by the looks of things, it'd
take some major restructuring - not impossible, though!

i'll have a better look through the source to see if it's feasible -
another option i'd want is to compress the last backup, not just the
diffs, as well as choice of compressor (as optional features) but
these features could make an already somewhat complex script more
complex

On Fri, 14 May 2021 at 16:54, EricZolf  wrote:
>
> Hi,
>
> On 14/05/2021 08:42, griffin tucker wrote:
> > i don't think it's very difficult to implement this, just a matter of doing
> > an initial list of all files, tallying their file sizes, then comparing
> > this list to what's already in the backup (for missing/changed files, etc.)
>
> It's open source so feel free to propose an implementation, if it's not
> very difficult. Pull requests are always welcome. Please make sure that
> it doesn't impact memory consumption and speed too negatively.
>
> KR, Eric
>



Re: progress bar?

2021-05-14 Thread EricZolf
Hi,

On 14/05/2021 08:42, griffin tucker wrote:
> i don't think it's very difficult to implement this, just a matter of doing
> an initial list of all files, tallying their file sizes, then comparing
> this list to what's already in the backup (for missing/changed files, etc.)

It's open source so feel free to propose an implementation, if it's not
very difficult. Pull requests are always welcome. Please make sure that
it doesn't impact memory consumption and speed too negatively.

KR, Eric



Re: progress bar?

2021-05-14 Thread griffin tucker
that's a good idea to use -v5, however in my use case i have lots of small
files and a few very large files.

google search suggestions seems to indicate that it's a feature that many
people are looking for.

i don't think it's very difficult to implement this, just a matter of doing
an initial list of all files, tallying their file sizes, then comparing
this list to what's already in the backup (for missing/changed files, etc.)

the \r escape sequence (carriage return) should work on all posix platforms
to reset the cursor to the beginning of the line.

On Mon, 26 Apr 2021 at 21:17, EricZolf  wrote:

> I doubt it, it wouldn't be very helpful and very synthetic if at all
> possible.
>
>
> I personally use rdiff-backup with -v5 and the alphabetic order of the
> files tells me where the backup has (roughly) arrived.
>
> KR, Eric
>
> On April 26, 2021 8:10:13 AM UTC, griffin tucker <
> rdiffabkcuapbup9...@griffintucker.id.au> wrote:
> >would a progress bar or percentage be possible in future versions?
>
>


Re: progress bar?

2021-04-26 Thread EricZolf
I doubt it, it wouldn't be very helpful and very synthetic if at all possible.


I personally use rdiff-backup with -v5 and the alphabetic order of the files 
tells me where the backup has (roughly) arrived.

KR, Eric

On April 26, 2021 8:10:13 AM UTC, griffin tucker 
 wrote:
>would a progress bar or percentage be possible in future versions?



progress bar?

2021-04-26 Thread griffin tucker
would a progress bar or percentage be possible in future versions?