Patrick Wolf
Patrick Wolf
Thank you! I'm using the root user workflow with crond now so I'm not too worried and just wanted to leave the feedback as I got stuck in trying for...
> Hey, thanks for the FR. This is something I've seen a number of people surface as a want -- and I think it's reasonable. > > So far I've...
@zhanghaiyang9999 the name of your ticket is a bit misleading. because restic supports true incremental and what you seem to want is "can restic be directed which bytes to backup"
I just wanted to ping this one @MichaelEischer and also #3121 as with 50+ TB datasets it can take forever if even part of the tree needs to be rescanned....
[#2020](https://github.com/cline/cline/issues/2020) related ticket as find produces a different result here too
Add tests for transaction context propagation in filesystem wrappers This PR adds tests related to issue #1823 and its fix in PR #1824: 1. test_dirfs_transaction_propagation: Verifies that DirFileSystem now correctly...
I updated it in [dirfs.py ](https://github.com/fsspec/filesystem_spec/blob/master/fsspec/implementations/dirfs.py) but really it also needs to be in [cached.py](https://github.com/fsspec/filesystem_spec/blob/master/fsspec/implementations/cached.py) and seeing that its in two classes there needs to be actually a base class...