Yaroslav Nikitenko

Results 57 comments of Yaroslav Nikitenko

> Pdfs and office documents do change, like adding a bookmark or deleting a page, for example This is right. `yarsync` *--backup* option works great for that, did you try...

I'm glad that it was helpful! For your use case, if your files are really precious and can be easily corrupt, make this your default option (through a shell alias;...

Some time ago I decided to move to *readthedocs* completely, because of another (most important) issue: there is no easy way to automatically update *github-pages* for updated documentation, as is...

In my application it is important that files are actually hard linked, not copied. This is why I would prefer that to be an error. Maybe this behaviour could be...

I also wanted to support this feature. In fact, I don't need my last tabs, but it would be great if I didn't have to select the ZIM file every...

I have a similar problem with an existing (single) tab. I can use Ctrl-L (thanks to a previous fix) to position the cursor in the search region, but after I...

Sadly for Kiwix 2.3.1 (on Arch Linux) this problem still persists.

Hi, Lin (do I write your name correctly?) Please check rsync_filter (special repositories) section in the manual. Does it help with your case? Thank you.

In general, it is a bad idea to store programming repositories as unchanged files. Also because `yarsync` will simply overwrite changes if they happen. So you should not have `__pycache__`...

Yes, rsync filter is rather powerful. You can read its manual for the whole picture. I'm not very sure how much it should be "recommended" in yarsync. I also consider...