Patrik Dufresne

Results 183 comments of Patrik Dufresne

@Otto Kekäläinen I could take care of publishing to Pypi. No issue here. I've done this recently for another project with C++ extensions. But I will be waiting for Travis...

@ottok Regarding this point, is this PPA compatible with Debian ? or only Ubuntu ? Cause I tried to make it work on "debian:buster". ``` docker run -it --rm debian:buster...

May you clarify what is you idea ? It's not clear for me.

As discuss with other developer around me. Compiling on Windows is a real circus. To many different way to compile. The tooling is available. Automating the installation of dependencies is...

This look bad and the only solution is to submit the file to each antivirus as a false positive and wait See here nsis as similar issue. https://nsis.sourceforge.io/NSIS_False_Positives On Tue.,...

> we make the umask configurable using an argument Before going forward with this changes, Do you have any proposal for the argument name to be used ? `--umask 0770`

Hello @desseim You could try to run your backup with `--no-acls` on Linux and Windows to effectively ignore the ACL.

Alternatively, https://www.timedicer.co.uk/ wrote a wrapper arrount rdiff-backup to enable VSS. I wanned to port this into Minarca, but never got the chance to do it. Worth taking a look at...

For performance analysis, I use [cprofile](https://docs.python.org/2/library/profile.html) module with [snakeviz](https://jiffyclub.github.io/snakeviz/). It's visually very easy to spot performance issue. Take note, I've never experience such performance issue when using `--remove-older-than`. So I...

Any reason why you would like to backup a "volatile" files. If rdiff-backup complains it's because the integrity of the file cannot be verified. While it acceptable for text file,...