aawsome

Results 430 comments of aawsome

Piping the content to `rustic backup -` should do what you want. Note there ist also `--stdin-filename`

In case I wasn't precise. If you use the mentioned method from `rustic_core` directly, you simply have to use "-" as PathList and the `backup` method will read `stdin` and...

Comment: It seems that Windows doesn't support non-UTF filenames, see https://learn.microsoft.com/en-us/windows/win32/intl/character-sets-used-in-file-names . This simplifies the filename + linkname issue a lot - we only need to handle the escaping in...

This should be already done in the crypto crates, i.e. aes256ctr_poly1305aes. However, you are right - this holds for the AES and MAC key, but not for the password given...

Actually, this is *not* yet done in aes256ctr_poly1305aes. So this should be also an issue there...

Thanks for proposing this issue! I think I partly understood your intention, but I'm not perfectly sure if I did get all details. Can you clarify your request a bit?...

Ok, I think I might have understood what you mean (or at least I can imagine an algorithm which may suit your needs): - use all snapshots within a given...

Marking this as duplicate because I think rustic-rs/rustic#43 will solve this.

> Well... I would say they are related; but I was asking for an option when "forgetting" snapshots which automatically take care of merging snapshots which are being forgotten. I...

@enboig The merge command has been implemented (see rustic-rs/rustic#411) and is available in the latest beta builds. You can use `rustic merge --delete ...` to merge and remove a list...