Manu
Manu
I use the following commands: ``` set xfer:backup-suffix .lftp set xfer:make-backup true mirror sftp://host/src-path target-path ``` Old file gets over overwritten, but no backup is created. I tried xfer:keep-backup too....
I would love to have some methods like `intersection`, `union` etc. const. Would help me avoid using `lazy_static!` or `once_cell::Lazy` at a bunch places in my code. This will probably...
Include statements in `/etc/bind/named.conf` are processed even when commented out using `//`.
Fixes #9 This fix only handles single `#` and `//` comments. `/* */` style comments might contain `mkrdns` directives and can't be easily handled.