Vlastimil Ovčáčík

Results 45 comments of Vlastimil Ovčáčík

Hi, I am currently testing xdelta3, zpaq and restic for backing up my 50 GiB encrypted virtual disk with OS on it. I noticed that some snapshots can get quite...

I've recently found out that `zpaq` let's you change the deduplication fragment size. It is controlled by `-fragment N` option and the actual average fragment size is calculated using `2^M...

Hi @CristianCantoro, this issue is not really relevant to your problem. I will attempt to give you quick explanation. The *chunker* is cutting file into many small *blocks*, unique blocks...

This is a problem with assigning two local users in a same room. It is on server side. The two users are on LAN and can see each other. If...

I can see that putting users with exactly same IP in same room is both - security measure - and usability enhancement ### Possible solutions that crossed my mind -...

Using xargs adds few seconds to the execution time when the file list contains 20 000 paths. `xargs.exe -a "%tmp%\filelist.txt" -d '\n' rg foobar`. Its fine, but ripgrep itself is...

Works for me, I am on Windows 10 Pro with Clink v0.4.5 [git:5d6c11]

This is not a bug, at least not in gow tools. I can replicate the same behaviour in vanilla cmd, without including bash: ``` C:\Users\Admin\AppData\Local\Temp\_test>pwd C:\Users\Admin\AppData\Local\Temp\_test C:\Users\Admin\AppData\Local\Temp\_test>ls a C:\Users\Admin\AppData\Local\Temp\_test>ls a...

The short answer would be `$ cmd //D . //C "a\a.bat aaa"`. The long answer is in #244.

I spend whole day on getting unison into my android phone. I've got some notes more or less relevant to this issue. ### Getting debugging toolchain for Android: ###### The...