# frozen_string_literal: true module Expire # Keep one backup per day class KeepDailyRule < KeepAdjectiveRuleBase end end