Hi!
My current use case is as follows:
- Nightly backup of large amount of data in /data
- Rapid backup on file close of important things like password databases in /smol
How this is done is not important, what is important is that the scripts that backup those files obviously pertain to different paths, and give different snapshots in the KopiaUI viewer. It seems to me that even though they are different paths they are the same repository and thus inherit the same policy, which is fine.
My question is: If that policy says to retain the 10 most recent snapshots, does that mean 10 most recent across everything in that repo and so 10 updates to the /smol snapshot would end up expiring one of the /data ones even though no commits have been made there? I suspect not but i wanted to check.
Thanks!