What is the corresponding command for the command line?
And what does this option do? On the UI it says “Ignore Parent Rules”, but I could not tell a difference, the file parent rules are always inherited, if there are no file ignore rules.
Let’s say you have ignore rules in /root but no ignore rules in root/subdir and noParentIgnore=true. If you do a policy show on /root/subdir, should it list the ignore rules defined in /root?
kopia repository create filesystem --path w:\parent
kopia maintenance set --enable-full=false
kopia maintenance set --enable-quick=false
kopia cache set --content-cache-size-mb=1000
kopia cache set --metadata-cache-size-mb=1000
kopia policy set --global --ignore-cache-dirs=false
kopia policy set --global --compression=zstd
kopia policy set --global --log-dir-snapshotted=0
kopia policy set --global --log-dir-ignored=10
kopia policy set --global --log-entry-snapshotted=0
kopia policy set --global --log-entry-ignored=10
kopia policy set C:\ --add-ignore="/temp/"
Set "ignore parent rules" with UI for folder C:\ProgramData (not possible via cmd line)
kopia policy show C:\ProgramData
Output
Ignore rules:
/temp/ inherited from C:\
Just tested this with 0.9.7. The bug is still present. If the cli version was added, I am not able to find it. (What is the name of the command-line parameter?)