[Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2020-06-09 Thread Launchpad Bug Tracker
[Expired for rdiff-backup (Ubuntu) because there has been no activity for 60 days.] ** Changed in: rdiff-backup (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2020-04-10 Thread Otto Kekäläinen
Hello! The new rdiff-backup 2.0 (written in Python 3) has recently been released. Please check out https://github.com/rdiff-backup/rdiff-backup and contribute in this open source project. This bug is unlikely to apply anymore to latest rdiff-backup 2.0, so it will be closed unless you want to

[Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2008-12-22 Thread Andrew Ferguson
** Changed in: rdiff-backup (Ubuntu) Status: Incomplete = In Progress -- rdiff-backup --list-increments does not distinguish between error conditions https://bugs.launchpad.net/bugs/128244 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2008-11-30 Thread wolfger
Still a problem on Intrepid? -- rdiff-backup --list-increments does not distinguish between error conditions https://bugs.launchpad.net/bugs/128244 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2008-08-07 Thread Nick Moffitt
This currently still happens in hardy: $ rdiff-backup --list-increments /tmp/ttt Fatal Error: Previous backup to /tmp/ttt seems to have failed. Rerun rdiff-backup with --check-destination-dir option to revert directory to state before unsuccessful session. $ echo $? 1 $ rdiff-backup

[Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2008-08-06 Thread Connor Imes
Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering is this still an issue for you? Can you try with latest Ubuntu release? Thanks in advance. -- rdiff-backup

[Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2008-02-01 Thread wolfger
Marking fix released per above comment. Current version is 1.1.14-1. ** Changed in: rdiff-backup (Ubuntu) Status: Incomplete = Fix Released -- rdiff-backup --list-increments does not distinguish between error conditions https://bugs.launchpad.net/bugs/128244 You received this bug

[Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2007-09-20 Thread Marco Rodrigues
This was fixed in version 1.1.14, currently on gutsy ? ** Changed in: rdiff-backup (Ubuntu) Status: New = Incomplete -- rdiff-backup --list-increments does not distinguish between error conditions https://bugs.launchpad.net/bugs/128244 You received this bug notification because you are a

[Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2007-08-09 Thread owsla
Nick, Have you gotten a chance to test my fix from the first comment? I am currently blocking the 1.1.13 release until you confirm. Thanks, Andrew -- rdiff-backup --list-increments does not distinguish between error conditions https://bugs.launchpad.net/bugs/128244 You received this bug

Re: [Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2007-07-29 Thread Nick Moffitt
owsla: This is a good point about the two different behaviors and I agree that --list-increment-sizes is more sensible. I think the correct fix is to simply remove the call to restore_check_backup_dir() in the ListIncrements(rp) function in Main.py. If you remove that line, does the

[Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2007-07-29 Thread owsla
Nick, thanks for testing this. If I read your comment correctly, you're looking for a wider range of exit status codes, correct? As far as I can tell, rdiff-backup currently exits with either 0 for no error or 1 for error occurred. It certainly seems like getting some more information would be a

[Bug 128244] Re: rdiff-backup --list-increments does not distinguish between error conditions

2007-07-28 Thread owsla
Hi Nick, This is a good point about the two different behaviors and I agree that --list-increment-sizes is more sensible. I think the correct fix is to simply remove the call to restore_check_backup_dir() in the ListIncrements(rp) function in Main.py. If you remove that line, does the bothersome