puppet-nova/releasenotes/notes/add-before-archive-cron-17b6ea01aaaa5156.yaml
Martin Schuppert 2716ce36e0 Adds --before archive parameter to cron job
Adds --before to the archive command based on age parameter provided.
If added, it will run with:
--before `date --date='today - #{params[:age]} days' +\\%F`

Change-Id: I3af194696b87f6e17e9576c48f69ec7dde2640fd
2019-12-04 17:58:10 +01:00

7 lines
175 B
YAML

---
features:
- Adds --before to the archive command
based on age parameter provided.
If added, it will run with
--before `date --date='today - age days' +\\%F`