feat(docs): Add documentation for the rewrite command#121
feat(docs): Add documentation for the rewrite command#121s-leroux wants to merge 3 commits intorustic-rs:mainfrom
Conversation
340065a to
99a67c1
Compare
|
Thanks @s-leroux for the draft. First, there are improvements for One comment: instead of using |
No problem: I was busy all week, so I didn't have time to work on that anyway.
|
|
see rustic-rs/rustic_core#465 (is included in the nightly builds already) |
This adds documentation for the `rewrite` command, explaining how to modify existing snapshots.
Add the {add,set,remove}-tags options
Add the --set-hostname option
e165552 to
d4a1e5a
Compare
|
I have updated my PR as best I could. Let me know if any changes are needed. Remark: I noticed we cannot combine several $ rustic rewrite --add-tags ... --remove-tags ...
<error>Is this a design choice? Notably, if we could use both |
|
Hi @s-leroux Actually you can use |
It this the preferred way unless you use |
This adds documentation for the
rewritecommand, explaining how to modify existing snapshots.It's a first draft focussing only on removing files.