Dmytro Nezhevenko

Results 64 comments of Dmytro Nezhevenko

Oops. Sorry. CLion 2019.1 EAP Build #CL-191.5532.20, built on February 13, 2019 CLion EAP User Expiration date: March 15, 2019 JRE: 1.8.0_202-release-1483-b4 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains...

Everything else looks correct. ![screenshot_20190228_084318](https://user-images.githubusercontent.com/534357/53546465-17327900-3b35-11e9-96c6-d7159f3b05ec.jpeg) Please ignore that on this screenshot fonts are a bit different. With exactly same settings only Gerrit number input displayed incorrectly

I'm kindly voting for at least read-only support of 'read-only' attribute. it's widely used by various dashcams to mark files as 'important' using dedicated button or shock sensor.

for vfat kernel just shows file without 'w' permission. And it's possible to change 'RO' flag using chmod

As a workaround it's possible to `restic mount` your repo and then use something like `rsync` to copy required files.

This will work for sure. But keep in mind that you'll need to transfer whole repository with all data (all snapshots) because you don't know which files are needed to...

I was playing a bit with larger pack size (128MB) and found one thing. Restic (`internal/pack/pack.go`) has internal limit for header rsize + internal estimate on how much entries is...

Even better: ``` // readHeader reads the header at the end of rd. size is the length of the // whole data accessible in rd. func readHeader(rd io.ReaderAt, size int64)...

Here is a link with @fd0 comment why 4MB was used: https://forum.restic.net/t/slow-speeds-of-restic-with-google-drive-rclone-backend/818/15

This is one possible solution. I also considered this. But in such case we need option to get authenticated username from proxy. At least for multi-repo layout.