Andrea Richiardi

Results 486 comments of Andrea Richiardi

I think this can be related with the way [`duplicity` handles file selection](http://duplicity.nongnu.org/duplicity.1.html#sect9)

I can confirm the problem and the workaround, just add the option to static ones (with a newer `duplicity`): `STATIC_OPTIONS="--full-if-older-than 30D --exclude-filelist ~/.backup/HomeBackup.duplicity"`

Same error here, is there a way to "unlock" the database, I think it got into a weird state while upgrading versions. EDIT: deleting the database files (the three of...

Ah wait a sec that is already pretty comprehensive! It even passes (I guess) the [litmus](http://webdav.org/neon/litmus/) test according to [this](https://cs.opensource.google/go/x/net/+/master:webdav/litmus_test_server.go). That's a relief and I guess I can actually close...

Just out of curiosity, are you planning to backport [this fix](https://github.com/mholt/caddy-webdav/blob/75a603bc69789413e4213ac746906d4357883929/webdav.go#L109) upstream? I wonder why the lib differs there...

Wanted to conf_o_rm (ah!) that the fix above from @rfhayashi works here as well against the following spec: ```clojure (s/def ::age nat-int?) (def age-interval-bound (ds/or {:infinity (s/spec #{##Inf ##-Inf}) :nat-int...

I got this error and after a refresh (on Chromium) I see ``` Refused to load the script 'https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js' because it violates the following Content Security Policy directive: "script-src 'self'...

If I may add a request to this one, it would be great if the `-l` option could show the size of the backed up files so that one can...

I guess the patch could also involve #113 as there must be a new way to provide the`--exclude/include-filelist` options somehow and from there process the `+/-`-es.