Emmanuel Bouthenot

Results 35 comments of Emmanuel Bouthenot

I agree, it would be nice if this repo could be properly tagged. Thanks,

Some kind of build process documentation will be appreciated.

IMO, recursion should be disabled by default (to preserve backward compatibility), and as you said previously It would be good to exclude hidden files/dirs by default (very low impact).

This is still an annoying issue while using sudo. How about a specific variable (maybe ZPLUG_COMPINIT_UNSECURE or something else) well documented and disabled by default. Something like this: `if [...

any news on this issue? The environment variable (either ZPLUG_COMPINIT_UNSECURE, ZSH_DISABLE_COMPFIX or COMPINIT_ARGS) diabled by default seems reasonable? what to you think?

@dennisse I've applied your portability improvements directly (see: https://github.com/k0lter/autopostgresqlbackup/commit/f341e5afce747bc97143641fb5a32631a6cb3c85). The only one I've discarded is the dump size calculation using `wc` which is in my opinion counter performant (with huge...

Thanks for you suggestion about `ls`. I tend to avoid spawning unneeded process so the first choice has my preference. About the hostname, I've already commit some kind of workaround,...

@kwoot I've just pushed some changes (they will be part of version 2.0) which addressed your feature requests. See [Changelog.md](https://github.com/k0lter/autopostgresqlbackup/blob/master/Changelog.md) for details.

@PurplePingu This is already supported, PostgreSQL globals are dumped into a "virtual database" named postgres-gloabals.

I'm closing this bug as it is already solved.