aawsome

Results 430 comments of aawsome

As written in https://github.com/rustic-rs/rustic/issues/1394 I propose to wait with this until we get a decision from the Rust Crypto team about how they'll treat this. As there is already a...

@shbs9 Did you try if `rclone` is able to successfully access the repository? Commands like `rclone ls` or `rclone copy` should work as expected. For me this seems to be...

From > [INFO] rclone output: 2024/04/16 13:33:35 Failed to create file system for >unasirdrive:wpmautic.net": couldn't find root directory ID: Get "https://www.googleapis.com/drive/v3/files/root?alt=json&fields=id&prettyPrint=false&supportsAllDrives=true": couldn't fetch token: unauthorized_client: if you're using your own...

We should remove the comments about `xxhash`. We already have the `sha256` of the junks. No need to compute another hash.

Just as a remark: The env variables are handled by `clap`, too.

Note that we are talking about two things here: opendal providing access to the repository and opendal as a source to run backups on (which will then be stored in...

@sanmai-NL The feature to use S3 as a backup source is not yet implemented - this is why this issue is still open. A workaround is to use a tool...

Thanks for opening this issue @dionorgua! I also want to add this feature but I must say that some more groundwork is needed. I'll describe a bit the problem: -...

Thanks a lot @chenxiaolong for your analysis. I'm not sure if this is the same problem as the original one, however I added a fix to that over/underflow problem in...