basldfalksjdf

Results 44 comments of basldfalksjdf

The [page you reference](https://kopia.io/docs/advanced/actions/) is describing taking a ZFS snapshot before Kopia runs its own snapshot. I suspect the confusion is because "snapshot" is used to describe two distinct tasks...

It is cool, no worries. Also, I agree that the docs can be rewritten for clarity.

Reading [#3](https://github.com/kopia/kopia/pull/398), it says `Portable mode is enabled by creating 'repositories' subdirectory before launching the app.` Did you create the folder? If that does not work, I am not sure...

`"rcloneExe": "d:\\_____Trash\\KopiaUI portable\\rclone x64 portable\\rclone.exe --cache-dir=x:\cache --temp-dir=x:\temp"` is not the official way to pass arguments to rclone. It may or may not work. The official way you can pass arguments...

Nit: I think you mean the page https://kopia.io/docs/reference/command-line/flags/ Also, I think `--help-full` is intended to reveal all the commands available at https://kopia.io/docs/reference/command-line/advanced/ Can you modify this PR to be a...

Sorry, I typoed that. This isnt a PR. I just meant put something like "[Bug]" in the title, so it is easy to spot for the devs

Just wanted to put it out there, if/when you all tackle this feature: would it be possible to ensure that notifications work for users that use both the UI and...

> Can the `snapshot fix` command be enhanced to get rid of all the potentially corrupted blobs in one go? Have you tried using `kopia snapshot fix invalid-files --verify-files-percent=100 --commit`?...

P.S. This FR is related to https://github.com/kopia/kopia/issues/2012, but that earlier FR was specific to `restore` tasks, and I have closed that FR in favor of this one.

In my mind, the critical feature is the original proposed feature that allows us to achieve the (1) of what you propose. If we add the feature, that automatically allows...