Guillaume Boudreau

Results 179 comments of Guillaume Boudreau

It doesn't matter how your storage drives are mounted. Just refer to the path to the drivers in your greyhole config. So you can let OMV mount the drives.

In what context did the error appear ? In the logs ? On the command line ?

Which greyhole version?

It is using `escapeshellarg()` in order to prepare the third argument that will be sent to a log hook. So that means you have hooks defined, and the data Greyhole...

Of note: `fsck_files.log` is only created if the option to send an email is enabled, or if a fsck hook is configured. So since you have a fsck hook configured,...

`unix extension = no` does not prevent you from using symbolic links; it makes symbolic links in the shared folder look like regular files, which is the basis of how...

https://github.com/gboudreau/Greyhole/wiki/CreateSymlinks

That might very well be the case. I thought `unix extensions = no` was the only way to make the symbolic links that Greyhole creates opaque, but it looks like...

The # character is for comments, thus why everything after it is ignored. Will try to see how Greyhole could parse a line like ignored_files = ^\.~lock\..+\#$ # Libre office...