Distinguish between snapshot and symlink intervals.
authorArik Sosman <git@arik.io>
Thu, 31 Aug 2023 22:59:32 +0000 (15:59 -0700)
committerArik Sosman <git@arik.io>
Fri, 1 Sep 2023 21:08:52 +0000 (14:08 -0700)
Snapshots may be generated every day or even every couple days,
but symlinks will be generated at the given symlink granularity.

To avoid gcd complications, all snapshot generation intervals
must be multiples of the symlink granularity interval.


No differences found