Re: Can a new release be created?
Brought to you by:
thesun
From: David D. <dd...@gm...> - 2019-11-08 17:00:43
|
I may have discovered another bug, and I apologize in advance for not digging into it more, and for polluting this thread. When I ran on top of my rather old encrypted copy, after compiling with the delete bug fixed, I noticed that the size was *significantly* larger than it should be, on the order of double or more what I was expecting. Now I had cleaned out the source dir quite a bit, so I suspect that not everything was properly deleted. A quick check at the file counts showed the encrypted directory had nearly 4x the file count of the source dir. Unfortunately, this made it a no-go for me to resume using rsyncrypto. For now I've migrated to using a fuse encrypted filesystem instead (gocryptfs in my case, since I needed something with reverse mode for feeding into rsync). With the fuse option it means I don't need to preserve an encrypted copy of the data on disk, which rather significantly outweighs any of the drawbacks. As such, I can't see myself moving back to rsyncrypto anytime soon, unless someone can point out something I might be missing? Best, David Diepenbrock On Thu, Nov 7, 2019 at 4:59 AM Shachar Shemesh <sh...@sh...> wrote: > > On 06/11/2019 16:30, David Diepenbrock wrote: > > Hi Shachar and others, > > A few years back I was using rsyncrypto as part of an simple DIY off-site > backup solution. I had to stop using it because I lost access to the > remote backup system. However, I'm setting it back up again and I ran into > the recursion on delete bug fixed in commit r612 (which I fixed > independently before I realized it had already been discovered and > fixed!). The presence of that bug is a no-go for me, and I suspect many > others. Can a new release be created with that bug fix in place? > > Hi David, > > > Yes, it seems like it is high time I did. > > > It will probably take me a couple of weeks to get to do it (I am currently > traveling). Please, if you don't hear from me by the end of this month, > ping me again on the list. > > > Thank you for enjoying rsyncrypto, > > Shachar > |