Passing Options via CLI (pack-size) #1609
-
|
Hello, I'm able to set the pack-size via rustic.toml, but via the cli it doesn't seem to work. I'm assuming this isn't possible, or am I doing something wrong? For instance, shouldn't this work? I've tried with out -- but this ends up being wrapped into the pathList. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Where did you get this flag from? Any reference? Datapack size is property of the repository you can set during and inspect using To see what is options are available use built-in help. |
Beta Was this translation helpful? Give feedback.
-
|
I think you are mixing https://github.com/bnavetta/rustic with this project. The first is a wrapper for restic written in Rust, 5 years old and has never since got any update. (I must say I didn't realize that this wrapper existed when starting with rustic, but anyway now we won't change the name anymore and the other project seems to be abandoned) For this project, there is no CLI and toml option to set the pack size, but there are various options to tweak the pack-size once (and forever) for a repo during initialization - no need to think about it after (unless you want to change it) |
Beta Was this translation helpful? Give feedback.
Where did you get this flag from? Any reference?
Datapack size is property of the repository you can set during
rustic initor change later usingrusitic config, e.g.:and inspect using
rustic cat configTo see what is options are available use built-in help.