Dawid Ciężarkiewicz

Results 459 comments of Dawid Ciężarkiewicz

So, `cargo update` should fix it?

I won't have time to do it RN, but I have a template ready here that does exactly that: https://github.com/dpc/rust-bin-template

Good tip. Right now I'm not planing to look into it, but if anyone benefits, please give it a try.

@aidanhs 2. So far `rdedup` was content independent. Everything was just one big blob, and it's up to the user how to interpret it. I could image someone just dumping...

Can you run with `RUST_BACKTRACE=1` for a backtrace? If it's not clear enough, you could build it in debug mode for better stacktrace. This is interesting.

What's the name you give to your backup in `rdedup`?

It might be that `rclone` creates a mount that spuriously returns error. It is not clear if `rdedup` should handle this in more robust way. Right now `rdedup` expects FS...

:+1: with some backward compat. handling + warning when the old name is used.

I personally use http://rclone.org/ to sync my backup to the cloud. Just write a script that first does the backup, then syncs it. rclone supports most if not all backends...

I see. That is true. In that case I'd look for a `fuse` level software that exposes the backends first. Eg. doing rdedup backup to `--dir` that is really an...