2716ce36e0
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
7 lines
175 B
YAML
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`
|