Patrik Dufresne

Results 183 comments of Patrik Dufresne

I'm aligned with all your recommendation Eric. We should not redistribute those files, and if we want to share them, let it make part of rdiff-backup in a similar way...

> it's clear that nothing under misc is supported Agreed.

Yes, I have tried, When installing with pip it's not possible to call `rdiff-backup` from command line. From a user perspective, it's not working. Since it's relatively simple to fix...

Yes, it's working with an entry_point. When an entry_point is created, setuptools generate a "rdiff-backup.exe" along with a "rdiff-backup-script.py" that get launch when calling rdiff-backup. I'm using it for Minarca...

I clearly have a different opinions. Almost non of our installation are working properly. On Thu, Mar 19, 2020 at 4:20 PM Eric L. wrote: > To be honest, I...

That why I'm calling those issues integration test. The goal is to make sure our stuff can be installed and deployed on specific target. e.g.: Debian Buster. If the pipeline...

In Gitlab, for rdiffweb, minarca and older rdiff-backup, I'm installing the package and I'm running a smoke test. e.g.: for rdifweb. ``` apt install rdiffweb-2.0.0.deb start service rdiffweb sleep 1...

If you want to get rid of error_log, the only requirement I have is to be able to check quickly if the backup ran with or without error. Adding a...

I would clearly want this too. thumbnail() is currently generating a lossless png that is ~1.3Mb. That is not really a thumbnail. I would like to force thumbnail to a...

I'm bumping this issue again. When serving FileLike Object, cherrypy is not closing the object. This might happen with filedescription, static file, etc. Here a snippet to reproduce the problem:...