I have a volume which stores daily rsync images via NFS from legacy HPUX production systems for recovery purposes
The default policy is not suitable as it stores hourly snapshots which are of no use at all.
There are 2 daily snapshots which is counter productive as our production doesn't work on weekends.
Thus after a weekend I loose the snapshot from thursday in favor of two useless equal snapshots from saturday and sunday.
The situation is even worse if there is an extended weekend with public holidays.
That said I would like to be able to specify 5 daily snapshots but only on workdays so that I always have 5 days of productive work.
Is there a solution to this?