Summary: | koha-run-backups deletes old backup files based on number of hours since modification - not date of modification | ||
---|---|---|---|
Product: | Koha | Reporter: | Alex Buckley <alexbuckley> |
Component: | Command-line Utilities | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | aleisha, robin, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 30627 | ||
Bug Blocks: |
Description
Alex Buckley
2024-03-26 04:52:08 UTC
The -daystart option (from find's man) seems like a simple way to solve this by truncating the -mtime results IIUC. |