I'd like to clearly and readably preview the list of files that's going to be backed up, like restic's backup -n -vv does. Rustic doesn't seem to have an equivalent, I can only find -n --log-level debug which produces hard to read output full of object toStrings and paths that are excluded. I tried the same options with rustic ls but this says it does not recognize --git-ignore which I want to include.
Did I miss a way to do this, or could support for --git-ignore be added to ls so it mirrors the file filtering flags of the backup command, please?
I'd like to clearly and readably preview the list of files that's going to be backed up, like restic's
backup -n -vvdoes. Rustic doesn't seem to have an equivalent, I can only find-n --log-level debugwhich produces hard to read output full of object toStrings and paths that are excluded. I tried the same options withrustic lsbut this says it does not recognize--git-ignorewhich I want to include.Did I miss a way to do this, or could support for
--git-ignorebe added tolsso it mirrors the file filtering flags of the backup command, please?